[2019-02-02 10:26] Dmitry Bogatov <kact...@debian.org>
>   * sbr/pidstatus.c(pidstatus): signum variable, returned by WTERMSIG macro
>     is always positive.

The problem is WTERMSIG don't promise this. So if a bad implementation
return a negative number we have undefined behavior. The test is not
expensive. So I would like to keep this test.

Philipp

Reply via email to