This is an archive of the discontinued LLVM Phabricator instance.

[Msan] Intercept stat() and fstatat() on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Jan 19 2015, 4:37 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Msan] Intercept stat() and fstatat() on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
eugenis accepted this revision.Jan 19 2015, 4:49 AM
eugenis edited edge metadata.

LGTM with a typo

lib/msan/msan_interceptors.cc
755 ↗(On Diff #18382)

MSAN_INTERCEPT_STAT

This revision is now accepted and ready to land.Jan 19 2015, 4:49 AM
This revision was automatically updated to reflect the committed changes.