Unverified Commit 0e8eb445 authored by michaelrj-google's avatar michaelrj-google Committed by GitHub
Browse files

[libc] Fix read under msan (#80203)

The read function wasn't properly unpoisoning its result under msan,
causing test failures downstream when I tried to roll it out. This patch
adds the msan unpoison call that fixes the issue.
parent 0e0d155f
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