DynamoRIO / DynamoRIO/dynamorio
STDERR is closed on detach when --log_to_std_err is set
Open
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
The `dynamo_thread_exit_common` routine closes whatever the logfile is for that thread, even if that logfile points to STDERR. This is particularly important when running an in-process detach (it doesn't appear that this is called on normal shutdown, but I could have missed a call).
Contributor guide
Assessment
This issue has not been assessed yet.