From 0ca548ba62a97385e77d4e1fbea223faa5ee385a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 10 Jan 2018 12:17:08 +0100 Subject: [PATCH] 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. Closes: https://github.com/python-ldap/python-ldap/issues/156 Signed-off-by: Christian Heimes --- Misc/python-ldap.supp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/python-ldap.supp b/Misc/python-ldap.supp index 3267fd05..b9954a9a 100644 --- a/Misc/python-ldap.supp +++ b/Misc/python-ldap.supp @@ -33,7 +33,8 @@ match-leak-kinds: definite fun:malloc fun:PL_strdup - fun:tlsm_init + ... + fun:ldap_set_option ... } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy