DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 552 forks source link

i#6687: Fix uninitialised field in dr_siginfo_t #6688

Closed jackgallagher-arm closed 4 months ago

jackgallagher-arm commented 4 months ago

It looks like when the ilist member was added to dr_fault_fragment_info_t, send_signal_to_client() was not updated to set it.

Issue: #6687