[libc] Fix pread under msan (#80893)
The pread 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
5f87957f
Please register or sign in to comment