wob icon indicating copy to clipboard operation
wob copied to clipboard

Allow mprotect syscall for hardened malloc

Open ArtsyMacaw opened this issue 2 years ago • 0 comments

wob if built against or dynamically linked to hardened malloc will crash after receiving after a couple of inputs GDB backtrace: Program terminated with signal SIGSYS, Bad system call. #0 0x00006e643297a7bb in __GI_mprotect () at ../sysdeps/unix/syscall-template.S:117

ArtsyMacaw avatar Sep 17 '22 03:09 ArtsyMacaw