This is an archive of the discontinued LLVM Phabricator instance.

[HWASan] Test longjmp(jmpbuf, 0).
ClosedPublic

Authored by morehouse on Sep 14 2021, 2:46 PM.

Details

Summary

Our interceptor needs to change retval to 1 when 0 is passed.

Diff Detail

Event Timeline

morehouse requested review of this revision.Sep 14 2021, 2:46 PM
morehouse created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2021, 2:46 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.Sep 14 2021, 3:01 PM

LGTM

This revision is now accepted and ready to land.Sep 14 2021, 3:01 PM
morehouse updated this revision to Diff 372574.Sep 14 2021, 3:10 PM
  • Add missing RUNs.
This revision was automatically updated to reflect the committed changes.