#1901 confdb: possible double free in new ini module
Closed: Fixed None Opened 10 years ago by okos.

src/confdb/confdb_setup.c

313    sss_ini_config_destroy(init_data);

CID 11634 (#1 of 1): Double close (USE_AFTER_FREE)26. double_close: Calling "sss_ini_close_file(struct sss_ini_initdata *)" closes handle "init_data->file" which has already been closed.

src/util/sss_ini.c
{{{
1. closed_arg: "close(int)" closes parameter "init_data->file".
258 close(init_data->file);


Let me know if you any help with this.

owner: somebody => okos
patch: 0 => 1

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.10 beta
resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @okos:
- Issue assigned to okos
- Issue set to the milestone: SSSD 1.10 beta

7 years ago

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/2943

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.

Login to comment on this ticket.

Metadata