Our interceptor needs to change retval to 1 when 0 is passed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109788
[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 Timelinemorehouse added a parent revision: D109787: [HWASan] Catch cases where libc populated jmp_buf..Sep 14 2021, 2:48 PM This revision is now accepted and ready to land.Sep 14 2021, 3:01 PM morehouse added a child revision: D109790: [HWASan] Intercept setjmp/longjmp on x86_64..Sep 14 2021, 3:32 PM Closed by commit rGacaca56471a7: [HWASan] Test longjmp(jmpbuf, 0). (authored by morehouse). · Explain WhySep 15 2021, 12:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372768 compiler-rt/test/hwasan/TestCases/longjmp-setjmp-interception.c
|