This is an archive of the discontinued LLVM Phabricator instance.

Add MSan interceptor for fstat(2)
ClosedPublic

Authored by krytarowski on Dec 29 2017, 3:14 PM.

Details

Summary

Add new MSan interceptor that corrects NetBSD's
specific handling of fstat(2).

NetBSD renames the call to __fstat50.

Add new test: test/msan/fstat.cc

Sponsored by <The NetBSD Foundation>

Diff Detail

Event Timeline

krytarowski created this revision.Dec 29 2017, 3:14 PM

Could you please add a test?

Could you please add a test?

I will do it.

krytarowski edited the summary of this revision. (Show Details)Jan 3 2018, 8:31 AM
vitalybuka accepted this revision.Jan 3 2018, 1:10 PM
This revision is now accepted and ready to land.Jan 3 2018, 1:10 PM
This revision was automatically updated to reflect the committed changes.