mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-04 21:31:24 +02:00
20 lines
531 B
Diff
20 lines
531 B
Diff
--- ./breakpad/src/client/linux/handler/exception_handler.cc.orig
|
|
+++ ./breakpad/src/client/linux/handler/exception_handler.cc
|
|
@@ -460,7 +460,6 @@
|
|
siginfo.si_code = SI_USER;
|
|
siginfo.si_pid = getpid();
|
|
struct ucontext context;
|
|
- getcontext(&context);
|
|
return HandleSignal(sig, &siginfo, &context);
|
|
}
|
|
|
|
@@ -628,8 +627,6 @@
|
|
sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
|
|
|
|
CrashContext context;
|
|
- int getcontext_result = getcontext(&context.context);
|
|
- if (getcontext_result)
|
|
return false;
|
|
|
|
#if defined(__i386__)
|