This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Don't call task_for_pid(mach_task_self). NFC.
ClosedPublic

Authored by kubamracek on Aug 22 2018, 12:09 PM.

Details

Summary

Calling task_for_pid with mach_task_self is just returning mach_task_self anyway, but it also triggers system warnings (task_for_pid is only supposed to be used by high-privileged executables). NFC.

rdar://problem/39198248

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Aug 22 2018, 12:09 PM
Herald added a subscriber: Restricted Project. · View Herald TranscriptAug 22 2018, 12:09 PM
vitalybuka accepted this revision.Aug 22 2018, 5:31 PM
This revision is now accepted and ready to land.Aug 22 2018, 5:31 PM
fjricci accepted this revision.Aug 23 2018, 5:20 AM
This revision was automatically updated to reflect the committed changes.