commit | 933642c6ef7c3015222cba84c20f13a1ca0eafd6 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Jun 07 09:49:04 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 08 18:22:43 2018 +0200 |
tree | b89d03965910077f6853416df7b882f7331fc6c6 | |
parent | 1aab50bb4aaf59f0dd6f0e98ccbf023209f92a69 [diff] |
BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing We don't have any reason of blocking those signals. If SIGBUS, SIGFPE, SIGILL, or SIGSEGV are generated while they are blocked, the result is undefined, unless the signal was generated by kill(2), sigqueue(3), or raise(3). This should be backported to 1.8.