#534 Unchecked call to hash_delete() in proxy_child_destructor()
Closed: Fixed Opened by sgallagh.

From Coverity:

Calling function "hash_delete" without checking return value.
No check of the return value of "hash_delete(child_ctx->auth_ctx->request_table, &key)".
  198    hash_delete(child_ctx->auth_ctx->request_table, &key);
  199    return 0;
  200}

We should check this and report an error if we get anything besides HASH_SUCCESS or HASH_ERROR_KEY_NOT_FOUND here.


Fields changed

owner: somebody => sgallagh
status: new => assigned

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.2.1

Fields changed

keywords: => coverity

Fixed by 92dc62741c10110671fca89baff3156bed5623c4

resolution: => fixed
status: assigned => closed

Fields changed

fixedin: => 1.2.1

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- 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/1576

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