]> git.ipfire.org Git - thirdparty/strongswan.git/commit
unit-tests: Exclude memory checks after-free from AddressSanitizer
authorMartin Willi <martin@revosec.ch>
Wed, 8 Apr 2015 08:16:13 +0000 (10:16 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 15 Sep 2022 10:16:12 +0000 (12:16 +0200)
commit7dce58135e1a8b8bde224c7da2fdcce7e4c83c17
tree646588973d3dfb221e748b2e9497e216aea8e783
parentd840df185a0cdaae1aa1bd0e2f13a8af63edcf2e
unit-tests: Exclude memory checks after-free from AddressSanitizer

We explicitly test the memory we free()d if that got properly wiped, so suppress
the warning from AddressSanitizer.
src/libstrongswan/tests/suites/test_chunk.c