Files
clang-p2996/compiler-rt/lib
Chris Cotter 986ceae7c5 [msan] Support prctl PR_GET_NAME call (#98951)
Per the man page, PR_GET_NAME stores a null terminated string into the
input `char name[16]`.

This also adds prctl support in ASAN to detect freed memory being passed
to `prctl(PR_GET_NAME, ...)`:
2024-07-16 09:41:41 -07:00
..
2023-09-28 15:40:42 +08:00
2024-07-08 12:56:38 +10:00
2024-07-10 17:58:25 -07:00