Skip to content

Commit 0d7edf6

Browse files
committed
Addendum to the fix for WL#14547: suppressed valgrind leak reports in
AWS SDK Approved by: Harin Vadodaria <[email protected]>
1 parent feab632 commit 0d7edf6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

mysql-test/valgrind.supp

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,3 +1883,30 @@
18831883
fun:ldap_int_tls_start
18841884
fun:ldap_start_tls_s
18851885
}
1886+
1887+
{
1888+
AWS_SDK_1_9_s2n_init
1889+
Memcheck:Leak
1890+
match-leak-kinds: reachable,definite,indirect
1891+
...
1892+
fun:s2n_init
1893+
...
1894+
}
1895+
{
1896+
AWS_SDK_1_9_curl_init
1897+
Memcheck:Leak
1898+
match-leak-kinds: reachable
1899+
...
1900+
fun:curl_global_init
1901+
...
1902+
fun:_ZN3Aws7InitAPIERKNS_10SDKOptionsE
1903+
}
1904+
{
1905+
AWS_SDK_1_9_conf_modules_load
1906+
Memcheck:Leak
1907+
match-leak-kinds: reachable
1908+
...
1909+
fun:CONF_modules_load_file
1910+
fun:_ZL12keyring_initPv
1911+
...
1912+
}

0 commit comments

Comments
 (0)