This is an archive of the discontinued LLVM Phabricator instance.

[dfsan] Remove realloc from done_abilist.txt
ClosedPublic

Authored by EliaGeretto on Apr 17 2020, 9:02 AM.

Details

Summary

Currently, realloc is marked as "discard" in done_abilist.txt. As discussed in PR#45583, this is probably not the expected behavior; a custom wrapper seems to be required. Since this wrapper has not been implemented yet, realloc should not be in the done_abilist.txt file so that a warning is displayed when it is called.

Diff Detail

Event Timeline

EliaGeretto created this revision.Apr 17 2020, 9:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2020, 9:02 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript

The failure in the CI does not appear to be related to my change, but to an infrastructure problem. At least that is what it looks like.

vitalybuka accepted this revision.May 5 2020, 1:16 AM
This revision is now accepted and ready to land.May 5 2020, 1:16 AM

@vitalybuka Thank you for your review. Also, I do not have commit access, so someone else needs to commit the change for me.

This revision was automatically updated to reflect the committed changes.