Contact
DMCA
Privacy
Robuta
https://sourceware.org/legacy-ml/libc-alpha/2019-01/msg00284.html
Szabolcs Nagy - Re: Fwd: What can a signal handler do with SIGSTKSZ?
signal handler
szabolcs
nagy
fwd
https://github.com/curl/curl/pull/18774
tests/server: drop unsafe `open()` override in signal handler (Windows) by vszakats ยท Pull Request...
Turns out the signal handler on Windows still wasn't signal safe after the previous round of fix. There is an open() call made from there, and open happens...
signal handler
tests
server
drop
unsafe