diff --git a/test/valgrind_suppressions.txt b/test/valgrind_suppressions.txt index be6a1629..00201e13 100644 --- a/test/valgrind_suppressions.txt +++ b/test/valgrind_suppressions.txt @@ -3822,4 +3822,11 @@ fun:_Z17perform_unit_testPN16modsecurity_test15ModSecurityTestINS_14RegressionTestEEEPSt6vectorIPS1_SaIS5_EEPNS_22ModSecurityTestResultsINS_20RegressionTestResultEEEPi fun:main } - +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:strdup + fun:main +}