nDPI/fuzz
Toni 1e12c90c66
Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132)
* Fixed memory leaks caused by conditional free'ing for some TLS connections.

 * Members of tls_quic struct should also free'd if the detected master protocol is IMAPS / POPS / SMTPS / etc.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>

* Prevent reader_util.c from exit()'ing if maximum flow count reached.
This confuses the fuzzer.

 * Improved fuzz/Makefile.am to use LDADD for ../example/libndpiReader.a instead of LDFLAGS.
   That way, fuzz_ndpi_reader re-links to ../example/libndpiReader.a if something changed there.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-02-10 15:24:11 +01:00
..
fuzz_ndpi_reader.c Fix a memory leak on fuzzing code (#1036) 2020-10-21 15:05:11 +02:00
fuzz_process_packet.c Modifies fuzz target to fix leaks 2020-01-31 15:13:35 +01:00
Makefile.am Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132) 2021-02-10 15:24:11 +01:00