Andreas Kling
d28fa89346
Kernel: Don't assert on sys$kill() with pid=INT32_MIN
...
On 32-bit platforms, INT32_MIN == -INT32_MIN, so we can't expect this
to always work:
if (pid < 0)
positive_pid = -pid; // may still be negative!
This happens because the -INT32_MIN expression becomes a long and is
then truncated back to an int.
Fixes #1312 .
2020-02-27 10:02:04 +01:00
..
2020-02-24 11:27:03 +01:00
2020-02-24 11:27:03 +01:00
2020-02-24 11:27:03 +01:00
2020-02-26 15:25:53 +01:00
2020-02-26 15:25:53 +01:00
2020-02-24 11:27:03 +01:00
2020-02-25 14:52:35 +01:00
2020-02-24 11:27:03 +01:00
2020-02-26 21:33:14 +01:00
2020-02-25 14:52:35 +01:00
2020-02-10 12:07:48 +01:00
2020-02-02 00:20:41 +01:00
2020-02-10 10:46:25 +01:00
2020-02-23 22:03:03 +01:00
2020-02-09 19:38:17 +01:00
2020-01-18 09:45:54 +01:00
2020-01-13 11:06:42 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-02-16 02:15:33 +01:00
2020-02-02 00:20:41 +01:00
2020-02-02 00:20:41 +01:00
2020-02-02 00:20:41 +01:00
2020-02-24 11:27:03 +01:00
2020-02-23 11:10:52 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-01-31 13:13:04 +01:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-02-16 01:27:42 +01:00
2020-02-17 15:04:27 +01:00
2020-02-16 01:27:42 +01:00
2020-01-17 22:34:26 +01:00
2020-02-26 13:06:40 +01:00
2020-02-26 13:06:40 +01:00
2020-02-10 10:46:25 +01:00
2020-02-24 11:27:03 +01:00
2020-02-10 10:46:25 +01:00
2020-02-16 01:27:42 +01:00
2020-02-04 19:11:52 +01:00
2020-01-18 09:45:54 +01:00
2020-02-22 10:09:54 +01:00
2020-02-16 01:27:42 +01:00
2020-02-27 10:02:04 +01:00
2020-02-26 13:06:40 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-02-22 10:54:50 +01:00
2020-02-22 10:54:50 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-02-10 10:46:25 +01:00
2020-02-26 13:06:40 +01:00
2020-02-17 15:04:27 +01:00
2020-02-25 14:52:35 +01:00
2020-02-24 13:32:45 +01:00
2020-02-10 10:46:25 +01:00
2020-02-17 15:04:27 +01:00
2020-02-16 12:55:56 +01:00
2020-02-17 15:04:27 +01:00
2020-02-26 13:06:40 +01:00
2020-02-18 13:44:27 +01:00
2020-02-16 01:27:42 +01:00
2020-02-24 11:27:03 +01:00
2020-02-20 06:57:01 +01:00
2020-02-26 13:06:40 +01:00
2020-02-26 13:06:40 +01:00