QtCurve / qtcurve

QtCurve Theme
47 stars 6 forks source link

gtk2: Fix runCommand SIGCHILD race condition. #42

Closed cryptomilk closed 10 years ago

cryptomilk commented 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.