URL: https://github.com/SSSD/sssd/pull/839
Title: #839: util/find_uid.c: fixed race condition bug

alexey-tikhonov commented:
"""
I have amended the patch with:
```
             DEBUG(SSSDBG_TRACE_ALL, "get_uid_from_pid() failed.\n");
+            errno = 0;
             continue;
```

It is required to do before next `readdir()` accoring to `man 3 readdir`
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/839#issuecomment-508403810
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to