aboutsummaryrefslogtreecommitdiff
path: root/tests/do.sh.in
Commit message (Collapse)AuthorAge
* Added fuzzy targets conditional in tests/do.sh.in which prevents the fuzzer ↵tiny-improvementsToni Uhlig2021-02-03
| | | | | | | | from running if nDPI was configured previously --enable-fuzztargets but not for the current config (may produce invalid results). * fixed possible NULL pointer dereference for memcpy(), src pointer should never be NULL Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Disable tests that require libgcrypt if --disable-gcrypt set. (#1121)Toni2021-01-21
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>