#1650 Wrong variable check in sudosrv_parse_query_send
Closed: Fixed Opened 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

  • master: c475ce7bfa230a0a0167a294317c1120211cbb4c
  • sssd-1-9: 28556a5a26eefb496ab1ffd6fbdacec336f45d20

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

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.

Metadata