llvm-project
b8de7cf6
- [libc] unpoison memory returned by pipe syscall (#88942)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#88942 - [libc] unpoison memory returned by pipe syscall
Author
michaelrj-google
Parents
b8adf169
Loading