#1650 Wrong variable check in sudosrv_parse_query_send
Closed: Fixed None Opened 11 years ago by jhrozek.

328        subreq = sss_dp_get_domains_send(state, rctx, true, domainname);
On this path, the condition "req == NULL" cannot be true.
329        if (req == NULL) {
Execution cannot reach this statement "ret = 12;".
330            ret = ENOMEM;
331        } else {

The if should check for subreq, not req.


Fields changed

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

Fields changed

patch: 0 => 1

resolution: => fixed
status: assigned => closed

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.9.3

Fields changed

rhbz: => 0

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.9.3

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

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