From 542379726789720c569d7130567068f40d03ac6f Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 24 Oct 2024 12:49:39 +0200 Subject: Added nDPId `ndpi_process_packet()` LLVM fuzzer * replaced dumb `dumb_fuzzer.sh` * fixed nDPId NULL pointer deref found by fuzzer * nDPI: `--enable-debug-build` and `--enable-debug-messages` for non release builds * nDPI: do not force `log.level` to `3` anymore, use config value instead Signed-off-by: Toni Uhlig --- test/results/tls_ja3s_disabled/tls_verylong_certificate.pcap.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/results/tls_ja3s_disabled') diff --git a/test/results/tls_ja3s_disabled/tls_verylong_certificate.pcap.out b/test/results/tls_ja3s_disabled/tls_verylong_certificate.pcap.out index 09fa0ab22..b899b4710 100644 --- a/test/results/tls_ja3s_disabled/tls_verylong_certificate.pcap.out +++ b/test/results/tls_ja3s_disabled/tls_verylong_certificate.pcap.out @@ -20,8 +20,8 @@ ~~ total active/idle flows...: 1/1 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6817371 bytes -~~ total memory freed........: 6817371 bytes +~~ total memory allocated....: 6817395 bytes +~~ total memory freed........: 6817395 bytes ~~ total allocations/frees...: 114207/114207 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 572 chars -- cgit v1.2.3