#1651 Unchecked return value from waitpid()
Closed: Fixed Opened by jhrozek.

in server_setup():

95            /* or exit when sssd monitor is terminated */
CID 13109: Unchecked return value (CHECKED_RETURN)Calling function "waitpid" without checking return value (as is done elsewhere 10 out of 11 times).
No check of the return value of "waitpid(pid, &status, 0)".
 96            waitpid(pid, &status, 0);

Fields changed

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

Fields changed

patch: 0 => 1

  • master: dae0a9fa4a2c76c964c06b6607d78498cdb8d799
  • sssd-1-9: 9ffff74ee5e65e751a5c5f4c1b57a77eb2bfce2a

milestone: NEEDS_TRIAGE => SSSD 1.9.3
resolution: => fixed
status: assigned => closed

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

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