]> git.ipfire.org Git - people/ms/strongswan.git/commit
leak-detective: Whitelist gcrypt_plugin_create()
authorMartin Willi <martin@revosec.ch>
Mon, 13 Apr 2015 10:02:07 +0000 (12:02 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 15 Apr 2015 12:38:42 +0000 (14:38 +0200)
commitd72817491d4d9bbbe95f95092b9b235dd42a3fd8
treef5c83512a95b310fad5c56ab4d2eb695c87f8985
parent162252aca9c0fcaf1b890c5e2bb4265b56ff824e
leak-detective: Whitelist gcrypt_plugin_create()

gcry_check_version() does not free statically allocated resources. However,
we can't whitelist it in some versions, as it is not a resolvable symbol name.
Instead, whitelist our own plugin constructor function.
src/libstrongswan/utils/leak_detective.c