-
Notifications
You must be signed in to change notification settings - Fork 126
Valgrind finds memory leak in ldap_set_option #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's a known one-time memory leak in libldap's NSS engine. The leak is ignored by a rule. That rule does not match for you because you don't have debug symbols installed. I'll update the rule with a better one.
|
Argh. I see. |
tiran
added a commit
to tiran/python-ldap
that referenced
this issue
Jan 10, 2018
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: python-ldap#156 Signed-off-by: Christian Heimes <cheimes@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Running
make valgrind
gives me a leak notice:Fedora 27, Python 3.6, python-ldap master (3.0.0b4)
The text was updated successfully, but these errors were encountered: