Actions
Feature #974
closedvalgrind leak check
Description
We need a build that runs valgrind's leak check on pcaps with rules. Preferably more than one.
This build should fail on any leaked memory detected, which means we first have to fix a bunch of them as we are not clearing all one-time allocations.
Leaks that can't be fixed or are in support libraries should be suppressed.
Updated by Philippe Antoine over 3 years ago
- Status changed from New to Closed
We now have ASAN builds in CI running surictaa-verify tests
Actions