Stephen Long
d9a5eba477
Fix stack smashing when handling PR_GET_PDEATHSIG
...
The bug was triggered by the following code on aarch64-linux-user:
int main(void)
{
int PDeathSig = 0;
if (prctl(PR_GET_PDEATHSIG, &PDeathSig) == 0 && PDeathSig == SIGKILL)
prctl(PR_GET_PDEATHSIG, 0);
return (PDeathSig == SIGKILL);
}
Signed-off-by: Stephen Long <steplong@quicinc.com>
Signed-off-by: Ana Pazos <apazos@quicinc.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200507130302.3684-1-steplong@quicinc.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2020-10-23 14:21:15 +02:00
..
2020-09-17 20:39:22 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-09-17 20:39:22 +02:00
2020-08-27 12:29:50 +02:00
2020-09-17 20:39:22 +02:00
2020-09-23 16:07:44 +01:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-10-14 21:19:56 -07:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-09-06 12:29:19 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2020-08-27 12:29:50 +02:00
2019-06-10 07:03:34 -07:00
2020-09-16 09:56:39 +01:00
2019-06-12 13:20:21 +02:00
2020-02-12 16:29:27 +01:00
2020-07-13 21:26:33 +02:00
2018-09-25 22:36:47 +02:00
2020-09-17 20:39:22 +02:00
2020-09-17 20:39:22 +02:00
2020-09-03 01:09:35 +02:00
2016-07-19 15:22:33 +03:00
2019-01-11 15:46:56 +01:00
2020-07-27 22:02:40 +02:00
2020-08-21 06:30:38 -04:00
2020-08-23 16:57:58 +02:00
2020-09-23 16:07:44 +01:00
2016-05-27 14:49:51 +03:00
2019-07-26 19:24:33 +02:00
2020-09-23 16:07:44 +01:00
2019-06-12 13:20:21 +02:00
2020-09-01 11:47:12 +02:00
2020-08-27 12:29:50 +02:00
2020-09-06 12:29:19 +02:00
2020-09-03 01:09:35 +02:00
2020-10-23 14:21:15 +02:00
2019-06-12 13:20:21 +02:00
2020-02-12 18:56:41 +01:00
2020-08-21 06:18:24 -04:00
2019-01-11 15:46:56 +01:00
2019-06-10 07:03:34 -07:00
2016-07-12 16:20:46 +02:00
2020-02-19 11:17:40 +01:00