#49638 Issue 49511 - memory leak in pwdhash
Closed by spichugi. Opened by spichugi.
spichugi/389-ds-base pwdhash_memleak  into  master

Download 49638.patch

Bug description: When we have multiple inputs
we leak 1 to N strings allocate.

Fix description: We free only one string in the end of main()
but if we have a multiple string inputs we should free
all of them during the for loop.

https://pagure.io/389-ds-base/issue/49511

Reviewed by: ?

rebased onto 58a999aed07d04107c0f9fe59269a3f375d16318

rebased onto 71cbd1d6d31a1f061d06bc9ec4c3c8e29c34aea1

Pull-Request has been merged by spichugi

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/2697

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata