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>
Paths
| Differential D41637
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 NetBSD renames the call to __fstat50. Add new test: test/msan/fstat.cc Sponsored by <The NetBSD Foundation>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 3 2018, 1:10 PM Closed by commit rCRT321765: Add MSan interceptor for fstat(2) (authored by kamil). · Explain WhyJan 3 2018, 2:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 128526 lib/msan/msan_interceptors.cc
|