Skip to content

Commit abcd2e9

Browse files
tiranencukou
authored andcommitted
Improve valgrind rule for PR_strdup
libldap's NSS engine has one known memory leak. One block of memory is leaked one time only. The existing rule only matches when all debug symbols are installed. The new rule should work without debug symbols. python-ldap#157 Closes: python-ldap#156 Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent e62963c commit abcd2e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Misc/python-ldap.supp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
match-leak-kinds: definite
3434
fun:malloc
3535
fun:PL_strdup
36-
fun:tlsm_init
36+
...
37+
fun:ldap_set_option
3738
...
3839
}
3940

0 commit comments

Comments
 (0)