Facade_main: Don't invoke old_act.sa_handler if it's not a function
old_act.sa_handler can be a function pointer, OR SIG_DFL/SIG_IGN. In that case, if we invoke the function, we get SIGSEGV. Test: cert/run Bug: 199439539 Tag: #stability Change-Id: I34fc00230a34cc0992753cc62205a6704255f34d
Loading
Please register or sign in to comment