Closed cryptomilk closed 10 years ago
The SIGCHILD handler gets replaced which could cause race conditions on fast machines. This patch resets the SIGCHILD handler to the default before we call popen() and restores it afterwards.
Fixes issue #41.
The SIGCHILD handler gets replaced which could cause race conditions on fast machines. This patch resets the SIGCHILD handler to the default before we call popen() and restores it afterwards.
Fixes issue #41.