leak-detective: Whitelist libssl SSL_COMP_get_compression_methods()
This function is called by libcurl initialization with SSL, and uses a static allocation of compression algorithms not freed.
This commit is contained in:
@@ -561,6 +561,8 @@ char *whitelist[] = {
|
||||
"ECDSA_do_sign_ex",
|
||||
"ECDSA_verify",
|
||||
"RSA_new_method",
|
||||
/* OpenSSL libssl */
|
||||
"SSL_COMP_get_compression_methods",
|
||||
/* NSPR */
|
||||
"PR_CallOnce",
|
||||
/* libapr */
|
||||
|
||||
Reference in New Issue
Block a user