This is an archive of the discontinued LLVM Phabricator instance.

sanitizer_common: make parsing of smaps testable (NFC)
ClosedPublic

Authored by dvyukov on Oct 29 2021, 2:47 AM.

Details

Summary

Move parsing of /proc/self/smaps into a separate function
so that it can be tested.

Depends on D112788.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Oct 29 2021, 2:47 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2021, 2:47 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Oct 29 2021, 3:16 AM
This revision is now accepted and ready to land.Oct 29 2021, 3:16 AM
This revision was automatically updated to reflect the committed changes.