DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.61k stars 554 forks source link

i#6615: linux.bad-signal-stack test fails on Ubuntu 22.04 #6616

Closed philramsey-arm closed 7 months ago

philramsey-arm commented 7 months ago

Update bad-signal-stack.c to include tools.h after the other header files so that _GNU_SOURCE is not defined when signal.h is included.

Fixes #6615