| Commit message (Collapse) | Author | Age |
... | |
|/
|
|
|
|
| |
* triggered by fuzz traces from wireshark
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |
|
|
|
|
| |
Added -b flag in ndpiReader to test bins
|
|\
| |
| | |
Fix/build
|
| |
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Fix memory leak reported in #955
|
| |
| |
| |
| |
| |
| |
| | |
This leak is clearly happening because of missing/disabled code in "bins"
handling.
This is a trivial workaround useful until such code is completed.
In this way tavis-ci will stop complaining
|
|\ \
| |/
|/| |
Fixed thunder protocol detection heap overflow caused by missing leng…
|
| |
| |
| |
| |
| |
| | |
* triggered by fuzz traces from wireshark
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
fixed memory leak in ndpi_cluster_bins / binUnitTest
|
|/
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
bins manipulation
|
|\
| |
| | |
Log
|
| | |
|
| |
| |
| |
| |
| | |
Make it clear that such option is general, not about extcap
functionality
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
NDPI_LOG* macros dereference ndpi_detection_module_struct object which is
private to ndpi library (via NDPI_LIB_COMPILATION define). So we can't use
them outside the library itself, i.e. in ndpiReader code
Therefore, in files in example/, convert all (rare) uses of NDPI_LOG* macros
to a new very simple macro, private to ndpiReader program. If necessary,
such macro may be improved.
According to a comment in ndpi_define.h, each dissector must define its own
NDPI_CURRENT_PROTO macro before including ndpi_api.h file
|
|\ \
| | |
| | | |
fix broken sanitizer CFLAGS, --enable-fuzztargets should also set -fs…
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \
| |/ /
|/| | |
Fixed heap overflow caused by missing lengthcheck in reader uutil.
|
|/ /
| |
| |
| |
| |
| | |
* triggered by fuzz traces from wireshark
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
|
|\ \
| | |
| | | |
ossfuzz.sh: do not use wildcards for fuzzer e.g. fuzz/fuzz*
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \
| | | |
| | | | |
Improved HTTP line parsing if request splitted into multiple packets.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Fixed CodeInspector issues.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Added compiler search list for AC_PROG_CC, AM_PROG_CC_C_O, AC_PROG_CXX, AC_PROG_CC_STDC
for Mac OS X only
The list rendered the AX_CHECK_COMPILE_FLAG([-fsanitize=fuzzer]) useless as it did use
clang for AX_CHECK_COMPILE_FLAG but gcc during the compile process. Seems broken somehow.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
added shell script to download wireshark traces, can be used in combi…
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
combination with ./tests/do.sh
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Improved TeamViewer IP range (fixes #944)
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \
| | | |
| | | | |
Fixed heap overflow in tls esni extraction triggered by manipulated p…
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
lnslbrty/improved/fuzzer-automake-dependency-tracking
Added fuzz_*_LDADD to give Automake the opportunity to do some depend…
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
tracking.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Copy&Paste ./tests/ossfuzz.sh from https://github.com/google/oss-fuzz…
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Changing the OSS-Fuzz script from our side is much more easier then
opening a PR to google/oss-fuzz every time we have to change a single line.
* https://github.com/google/oss-fuzz/pull/4041 will be updated once this PR is merged
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|