dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

CRASH SIGSEGV when PATH environment variable unset

Open algrant-arm opened this issue 6 months ago • 0 comments

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.

algrant-arm avatar Oct 22 '25 10:10 algrant-arm