This is an archive of the discontinued LLVM Phabricator instance.

[scudo][test] Disable -Wfree-nonheap-object
ClosedPublic

Authored by leonardchan on Feb 25 2021, 5:46 PM.

Details

Summary

As of 4f395db86b5cc11bb56853323d3cb1d4b6db5a0b which contains updates to -Wfree-nonheap-object, a line in this test will trigger the warning. This particular line is ok though since it's meant to test a free on a bad pointer.

Diff Detail

Event Timeline

leonardchan requested review of this revision.Feb 25 2021, 5:46 PM
leonardchan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2021, 5:46 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad accepted this revision.Feb 25 2021, 9:48 PM
This revision is now accepted and ready to land.Feb 25 2021, 9:48 PM
This revision was landed with ongoing or failed builds.Feb 26 2021, 11:15 AM
This revision was automatically updated to reflect the committed changes.