DynamoRIO / DynamoRIO/dynamorio
CRASH SIGSEGV when PATH environment variable unset
Open
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Current DynamoRIO. On Linux, unset PATH. Run drrun. Segmentation fault occurs.
`drfront_searchenv()` isn't checking the result of `getenv()`. It needs to check for NULL, and should probably return the same result as an empty path.
Contributor guide
Assessment
This issue has not been assessed yet.