hwangcc23 09ee12d8e5 Properly initialize sigaction struct
The code in handle_signal() wasn't clearing the struct sigaction before passing it to sigaction().
This meant that we would block a random set of signals while executing the default handler, or jump to the uninitialized __sa_sigaction__ (instead of sa_handler).
Initialize properly as we do in setup_signal_handler().
2017-09-06 07:36:13 +02:00
2017-08-19 19:08:53 +02:00
2017-09-04 07:53:39 +02:00
2017-09-06 07:36:13 +02:00
2017-09-04 07:53:25 +02:00
2016-12-09 08:37:49 +01:00
2011-08-28 17:44:42 +02:00
2017-09-04 07:53:25 +02:00
2011-08-28 17:44:42 +02:00
2017-09-04 07:53:25 +02:00
Description
No description provided
15 MiB
Languages
C 58.6%
Perl 29%
Raku 9.4%
Ruby 1.2%
Shell 0.7%
Other 1.1%