#1790 Possible null derefence in ipa_subdomains.c
Closed: Fixed None Opened 11 years ago by mzidek.

Bug found by coverity:

CID 13128: Dereference null return value (NULL_RETURNS)Function "be_req_create" returns null (checked 7 out of 8 times). [show details]
Assigning: "be_req" = null return value from "be_req_create".
 931    be_req = be_req_create(ctx, NULL, ctx->be_ctx,
 932                           ipa_subdom_be_req_callback, NULL);
 933
Dereferencing a pointer that might be null "be_req" when calling "ipa_subdomains_retrieve". [show details]
 934    ipa_subdomains_retrieve(ctx, be_req

Fields changed

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

Fields changed

patch: 0 => 1

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

Fields changed

rhbz: => 0

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

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