File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 88 obj:*libsasl2.so*
99 fun:sasl_client_init
1010}
11+ {
12+ ignore_libcrypto_conditional_jump_errors_in_leak
13+ Memcheck:Leak
14+ ...
15+ obj:*/libcrypto.so.*
16+ }
17+ {
18+ ignore_libcrypto_conditional_jump_errors_in_cond
19+ Memcheck:Cond
20+ ...
21+ obj:*/libcrypto.so.*
22+ }
23+ {
24+ ignore_libssl_conditional_jump_errors_in_cond
25+ Memcheck:Cond
26+ ...
27+ obj:*/libssl.so.*
28+ }
29+ {
30+ ignore_libcrypto_conditional_jump_errors_in_value8
31+ Memcheck:Value8
32+ ...
33+ obj:*/libcrypto.so.*
34+ }
35+ {
36+ ignore_scram_nonce_uninitialized_warning_cond
37+ Memcheck:Cond
38+ fun:mongoc_b64_ntop
39+ ...
40+ fun:_mongoc_scram_step
41+ ...
42+ }
43+ {
44+ ignore_scram_nonce_uninitialized_warning_value8
45+ Memcheck:Value8
46+ fun:mongoc_b64_ntop
47+ ...
48+ fun:_mongoc_scram_step
49+ ...
50+ }
51+ {
52+ ignore_libcrypto_conditional_jump_errors_in_param
53+ Memcheck:Param
54+ sendmsg(msg.msg_iov[0])
55+ ...
56+ obj:*/libcrypto.so.*
57+ }
58+ {
59+ ignore_sasl_load_plugin_reachable_warnings
60+ Memcheck:Leak
61+ ...
62+ fun:_sasl_get_plugin
63+ ...
64+ fun:_mongoc_do_init
65+ }
66+ {
67+ ignore_sasl_load_plugin_leak
68+ Memcheck:Leak
69+ ...
70+ fun:_sasl_load_plugins
71+ ...
72+ fun:_mongoc_do_init
73+ }
You can’t perform that action at this time.
0 commit comments