DynamoRIO / DynamoRIO/dynamorio
SYS_prlimit64 might not be implemented
Open
Component-Tests
good first issue
help wanted
OpSys-Linux
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
suite/tests/client-interface/file_io.c is assuming that if SYS_prlimit64 is defined, it will work. On RHEL6 it seems that all calls through SYS_prlimit64 (even outside DR) return "Function not implemented". The test needs to be able to handle that case.
Contributor guide
Assessment
This issue has not been assessed yet.