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
- Build Status
Buildable 31015 Build 31014: arc lint + arc unit