https://bugs.kde.org/show_bug.cgi?id=508778
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |[email protected] --- Comment #1 from Mark Wielaard <[email protected]> --- I was sceptical this was correct. But it is really a (non-portable) linux kernel extension for waitid: According to POSIX.1-2008, an application calling waitid() must ensure that infop points to a siginfo_t structure (i.e., that it is a non-null pointer). On Linux, if infop is NULL, waitid() succeeds, and returns the process ID of the waited-for child. Applications should avoid rely‐ ing on this inconsistent, nonstandard, and unnecessary feature. Thanks for the testcase. -- You are receiving this mail because: You are watching all bug changes.
