#513 Memory leak in ini_config's get_str_cfg_array()
Closed: Fixed Opened by sgallagh.

From Coverity:

Variable "copy" going out of scope leaks the storage it points to.
Variable "dest" going out of scope leaks the storage it points to.
Variable "start" going out of scope leaks the storage it points to.
 1836    return array;
 1837}

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.2.1

Fields changed

keywords: => coverity

Fixed by 3076587434951c3f76f4a5a4893dcc9b6f3713d8

fixedin: => 1.2.1
resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to dpal
- Issue set to the milestone: SSSD 1.2.1

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

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1555

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata