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/caches_global/bittorrent.pcap.out | 4 ++-- test/results/caches_global/lru_ipv6_caches.pcapng.out | 4 ++-- test/results/caches_global/mining.pcapng.out | 4 ++-- test/results/caches_global/ookla.pcap.out | 4 ++-- test/results/caches_global/teams.pcap.out | 4 ++-- test/results/caches_global/zoom_p2p.pcapng.out | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'test/results/caches_global') diff --git a/test/results/caches_global/bittorrent.pcap.out b/test/results/caches_global/bittorrent.pcap.out index ed9b98d99..9fcf25d5f 100644 --- a/test/results/caches_global/bittorrent.pcap.out +++ b/test/results/caches_global/bittorrent.pcap.out @@ -170,8 +170,8 @@ ~~ total active/idle flows...: 24/24 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6748086 bytes -~~ total memory freed........: 6748086 bytes +~~ total memory allocated....: 6748110 bytes +~~ total memory freed........: 6748110 bytes ~~ total allocations/frees...: 114594/114594 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 575 chars diff --git a/test/results/caches_global/lru_ipv6_caches.pcapng.out b/test/results/caches_global/lru_ipv6_caches.pcapng.out index a8e6fbb3f..934a3ea64 100644 --- a/test/results/caches_global/lru_ipv6_caches.pcapng.out +++ b/test/results/caches_global/lru_ipv6_caches.pcapng.out @@ -95,8 +95,8 @@ ~~ total active/idle flows...: 12/12 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6684384 bytes -~~ total memory freed........: 6684384 bytes +~~ total memory allocated....: 6684408 bytes +~~ total memory freed........: 6684408 bytes ~~ total allocations/frees...: 114261/114261 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 584 chars diff --git a/test/results/caches_global/mining.pcapng.out b/test/results/caches_global/mining.pcapng.out index 473b6407a..2187ece3e 100644 --- a/test/results/caches_global/mining.pcapng.out +++ b/test/results/caches_global/mining.pcapng.out @@ -47,8 +47,8 @@ ~~ total active/idle flows...: 4/4 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6676228 bytes -~~ total memory freed........: 6676228 bytes +~~ total memory allocated....: 6676252 bytes +~~ total memory freed........: 6676252 bytes ~~ total allocations/frees...: 114730/114730 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 539 chars diff --git a/test/results/caches_global/ookla.pcap.out b/test/results/caches_global/ookla.pcap.out index fda1906e2..9f013a762 100644 --- a/test/results/caches_global/ookla.pcap.out +++ b/test/results/caches_global/ookla.pcap.out @@ -62,8 +62,8 @@ ~~ total active/idle flows...: 6/6 ~~ total timeout flows.......: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6673819 bytes -~~ total memory freed........: 6673819 bytes +~~ total memory allocated....: 6673843 bytes +~~ total memory freed........: 6673843 bytes ~~ total allocations/frees...: 114207/114207 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 526 chars diff --git a/test/results/caches_global/teams.pcap.out b/test/results/caches_global/teams.pcap.out index f76abcf24..12a763ad9 100644 --- a/test/results/caches_global/teams.pcap.out +++ b/test/results/caches_global/teams.pcap.out @@ -688,8 +688,8 @@ ~~ total active/idle flows...: 83/83 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7785756 bytes -~~ total memory freed........: 7785756 bytes +~~ total memory allocated....: 7785780 bytes +~~ total memory freed........: 7785780 bytes ~~ total allocations/frees...: 116829/116829 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 301 chars diff --git a/test/results/caches_global/zoom_p2p.pcapng.out b/test/results/caches_global/zoom_p2p.pcapng.out index dd9bd3ec9..a1a8ba826 100644 --- a/test/results/caches_global/zoom_p2p.pcapng.out +++ b/test/results/caches_global/zoom_p2p.pcapng.out @@ -140,8 +140,8 @@ ~~ total active/idle flows...: 13/13 ~~ total timeout flows.......: 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6691332 bytes -~~ total memory freed........: 6691332 bytes +~~ total memory allocated....: 6691356 bytes +~~ total memory freed........: 6691356 bytes ~~ total allocations/frees...: 114917/114917 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ json message min len.......: 577 chars -- cgit v1.2.3