Files
rust/library/std/src
Florian Bartels 8e70c82f57 Prevent UB in child process after calling libc::fork
After calling libc::fork, the child process tried to access
a TLS variable when processing a panic. This caused
a memory allocation which is UB in the child.
To prevent this from happening, the panic handler will
not access the TLS variable in case `panic::always_abort`
was called before.
2022-10-06 09:02:22 +02:00
..
2022-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-09-26 10:14:45 +02:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-09-27 21:42:09 +02:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-09-28 21:51:09 +02:00
2022-09-26 10:14:45 +02:00
2022-08-31 18:24:55 +08:00
2022-09-26 10:14:45 +02:00