DynamoRIO / DynamoRIO/dynamorio
Missing check between KERNEL_XFER marker and previous instr
Open
Component-DrMemtrace
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
**Describe the bug**
Currently with the handling of kernel xfers, there is a missing check for equality between the KERNEL_XFER markers and the previous instr fall-through (should always be a syscall). This check needs to be added.
Contributor guide
Assessment
This issue has not been assessed yet.