DynamoRIO / DynamoRIO/dynamorio
SYS_rt_tgsigqueueinfo is not handled
Open
OpSys-Linux
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
The system call "rt_tgsigqueueinfo" was added to Linux in 2.6.31, so it's not very new, and it is mentioned in os.c. However, there seem to be a couple of places where it probably ought to be handled in a similar way to "rt_sigqueueinfo" but isn't, in os.c and signal.c. I am unsure what the practical implications might be of these omissions, if they are omissions.
Contributor guide
Assessment
This issue has not been assessed yet.