Files
skynet/skynet-src
hwangcc23 596e8cfab2 Properly initialize sigaction struct
The code in skynet_main.c 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 SIGPIPE handler, or jump to the uninitialized __sa_sigaction__ (instead of sa_handler).
Initialize properly as we do in skynet_start.c.
2017-08-31 22:38:50 +08:00
..
2015-08-13 21:00:20 +08:00
2015-11-19 21:02:46 +08:00
2017-06-21 17:21:53 +08:00
2015-08-13 21:00:20 +08:00
2014-05-23 13:24:02 +08:00
2015-08-13 21:00:20 +08:00
2012-08-09 15:36:56 +08:00
2015-11-11 15:06:10 +08:00
2015-11-16 19:48:38 +08:00
2014-08-22 15:30:35 +08:00
2017-06-21 17:21:53 +08:00
2017-04-11 13:09:24 +08:00
2015-08-13 21:00:20 +08:00
2012-09-28 16:43:04 +08:00
2015-12-31 17:31:08 +08:00
2016-10-26 18:01:22 +08:00
2017-04-28 10:49:30 +08:00
2017-04-28 10:49:30 +08:00
2017-05-27 10:41:29 +08:00
2017-05-27 10:41:29 +08:00
2017-04-28 10:49:30 +08:00