]> git.ipfire.org Git - thirdparty/strongswan.git/commit
leak-detective: Whitelist some Botan functions
authorTobias Brunner <tobias@strongswan.org>
Wed, 8 Aug 2018 09:41:36 +0000 (11:41 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 12 Sep 2018 14:25:00 +0000 (16:25 +0200)
commitc064a5288ece8fb4f3780ac3a1810ac00871e4a6
tree4ea3795d803c3afc51924cb0be845d48ebf88377
parent304d4ca57a4189b8cd21aec53da1abe4ee2e8a59
leak-detective: Whitelist some Botan functions

Due to the mangled C++ function names it's tricky to be more specific.  The
"leaked" allocations are from a static hashtable containing EC groups.

There is another leak caused by the locking allocator singleton
(triggered by the first function that uses it, usually initialization of
 a cipher, but could be a hasher in other test runners), but we can avoid
that with a Botan config option.
src/libstrongswan/utils/leak_detective.c