yinshengkai
7b02d788ef
sched/signal: fix pthread_kill use after free
...
When a low-priority thread sends a kill signal to a high-priority thread,
the high-priority thread will exit and release tcb. When the thread returns
to the low-priority thread, it will access the released stcb.
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-08-23 20:02:46 +08:00
..
2023-09-08 21:20:16 +03:00
2023-01-26 08:11:56 +02:00
2024-06-21 22:45:52 +08:00
2023-08-30 14:34:20 +08:00
2023-03-27 16:59:04 +03:00
2023-07-12 21:27:06 +08:00
2023-05-18 01:19:12 +08:00
2024-08-23 20:02:46 +08:00
2024-07-15 02:29:30 +08:00
2024-06-04 14:26:55 +08:00
2024-06-27 11:51:16 +08:00
2021-02-09 01:21:53 -08:00
2023-11-07 18:26:54 +08:00
2023-09-19 15:52:48 +08:00
2021-02-09 01:21:53 -08:00
2023-03-27 16:59:04 +03:00
2023-03-27 16:59:04 +03:00
2024-06-27 11:51:16 +08:00
2023-03-27 16:59:04 +03:00
2024-06-27 11:51:16 +08:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2021-02-09 01:21:53 -08:00
2024-03-21 11:23:46 +09:00
2024-06-27 11:51:16 +08:00
2024-08-14 22:36:57 +08:00
2023-03-27 16:59:04 +03:00
2021-03-09 23:18:28 +08:00
2021-02-09 01:21:53 -08:00
2024-06-21 22:45:52 +08:00