Avoids an MSan false positive if the SIGINT comes while the user
callback is running. The false positive happens when the interrupt
handler calls opendir() to remove some temporary files, which is
intercepted by MSan.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime