This is an archive of the discontinued LLVM Phabricator instance.

[msan] Intercept getutent and friends
ClosedPublic

Authored by eugenis on Dec 14 2016, 6:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 81511.Dec 14 2016, 6:05 PM
eugenis retitled this revision from to [msan] Intercept getutent and friends.
eugenis updated this object.
eugenis added a reviewer: vitalybuka.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: llvm-commits.
vitalybuka accepted this revision.Dec 15 2016, 1:46 PM
vitalybuka edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 15 2016, 1:46 PM
This revision was automatically updated to reflect the committed changes.

Darwin doesn't have utmp.h (it does have utmpx.h though). I'll #ifdef it out, okay?

Done in r289881.