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.
This commit is contained in:
@@ -552,6 +552,7 @@ char *whitelist[] = {
|
|||||||
/* ClearSilver */
|
/* ClearSilver */
|
||||||
"nerr_init",
|
"nerr_init",
|
||||||
/* libgcrypt */
|
/* libgcrypt */
|
||||||
|
"gcrypt_plugin_create",
|
||||||
"gcry_control",
|
"gcry_control",
|
||||||
"gcry_check_version",
|
"gcry_check_version",
|
||||||
"gcry_randomize",
|
"gcry_randomize",
|
||||||
|
|||||||
Reference in New Issue
Block a user