Unverified Commit b8de7cf6 authored by Michael Jones's avatar Michael Jones Committed by GitHub
Browse files

[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.
parent b8adf169
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment