Norbert Federa
c84e90bf06
winpr: fix CreateProcess signal handler issues
...
The calling thread of CreateProcess can be in any library and
can have arbitrary signal masks and handlers.
We now save the caller's mask and block all signals before forking.
After fork:
- child resets the handlers and unblocks all signals.
- parent restores the caller's original signal mask.
2015-07-02 11:28:06 +02:00
..
2015-06-23 21:29:21 +02:00
2015-05-05 12:33:44 -04:00
2015-06-25 11:53:03 +02:00
2015-05-11 09:07:39 +02:00
2015-06-09 15:32:50 +02:00
2015-06-22 19:10:00 +02:00
2015-04-08 11:34:37 +02:00
2015-05-11 09:07:39 +02:00
2015-05-05 13:55:48 +02:00
2015-06-22 19:09:59 +02:00
2015-03-19 09:38:16 -04:00
2015-05-11 09:07:39 +02:00
2014-11-11 12:39:41 -05:00
2015-05-07 13:27:49 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:10:00 +02:00
2015-06-22 19:24:30 +02:00
2015-06-23 21:29:21 +02:00
2015-05-18 11:28:00 +02:00
2015-06-22 19:09:59 +02:00
2015-01-20 11:05:32 +01:00
2015-06-23 21:29:21 +02:00
2015-06-22 19:09:59 +02:00
2015-06-26 20:38:30 +02:00
2015-06-22 19:09:59 +02:00
2015-06-25 12:24:28 +02:00
2015-06-22 19:21:47 +02:00
2015-07-02 11:28:06 +02:00
2015-07-01 16:20:56 +02:00
2015-06-02 09:17:30 -04:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:09:59 +02:00
2015-03-04 16:56:48 -05:00
2014-09-09 16:32:04 +02:00