Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. See: https://pagure.io/freeipa/issue/7738 Signed-off-by: Thomas Woerner <[email protected]> Reviewed-By: Christian Heimes <[email protected]>
- Loading branch information