We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a425a commit fbb67e6Copy full SHA for fbb67e6
llvm/lib/Support/Unix/Signals.inc
@@ -359,6 +359,8 @@ static void RemoveFilesToRemove() {
359
}
360
361
void sys::CleanupOnSignal(uintptr_t Context) {
362
+ [[maybe_unused]] auto BypassSandbox = sandbox::scopedDisable();
363
+
364
int Sig = (int)Context;
365
366
if (llvm::is_contained(InfoSigs, Sig)) {
llvm/lib/Support/Windows/Signals.inc
@@ -778,6 +778,8 @@ WriteWindowsDumpFile(PMINIDUMP_EXCEPTION_INFORMATION ExceptionInfo) {
778
779
780
781
782
783
LPEXCEPTION_POINTERS EP = (LPEXCEPTION_POINTERS)Context;
784
// Broken pipe is not a crash.
785
//
0 commit comments