URL: https://github.com/freeipa/freeipa/pull/2469 Author: t-woerner Title: #2469: Fix C issues found by coverity and others Action: opened
PR body: """ Two issues have been addressed:
Fix ressource leak in daemons/ipa-slapi-plugins/ipa-cldap/ipa_cldap_netlogon.c ipa_cldap_netlogon
The leak happens due to using strndup in a for loop to create a temporary string without freeing it in all cases.
and
Fix ressource leak in client/config.c get_config_entry
The leak happens due to using strndup to create a temporary string without freeing it afterwards.
"""
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2469/head:pr2469 git checkout pr2469
URL: https://github.com/freeipa/freeipa/pull/2469 Author: t-woerner Title: #2469: Fix C issues found by coverity and others Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2469/head:pr2469 git checkout pr2469
freeipa-devel@lists.fedorahosted.org