#711 Unchecked return value in sss_krb5_verify_keytab_ex
Closed: Fixed None Opened 13 years ago by sgallagh.

No check of the return value of "krb5_free_keytab_entry_contents(context, &entry)".
Calling function "krb5_free_keytab_entry_contents" without checking return value.
  155        krb5_free_keytab_entry_contents(context, &entry);
  156
  157        if (found) {
  158            break;
  159        }

Fields changed

priority: major => minor

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.5.1

Fields changed

coverity: => 10001

Fixed by 7215ce3

milestone: SSSD 1.5.1 => SSSD 1.5.0
resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

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

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

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