1 Commits

Author SHA1 Message Date
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