francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

Allow mprotect syscall for hardened malloc #103

Closed ArtsyMacaw closed 1 year ago

ArtsyMacaw commented 2 years ago

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

francma commented 1 year ago

Thanks :+1: