llvm-project
b8de7cf6 - [libc] unpoison memory returned by pipe syscall (#88942)

Commit
1 year ago
[libc] unpoison memory returned by pipe syscall (#88942) The memory sanitizer doesn't recognize the results of the pipe syscall as being initialized. This patch manually unpoisons that memory.
Parents
Loading