]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Fix race conditions in signal handling
authorMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 10 Jan 2014 18:58:14 +0000 (19:58 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 10 Jan 2014 19:00:11 +0000 (20:00 +0100)
Avoid several race conditions by using distinct variables for the different
signals. In particular different signals received in quick succession don't
overwrite each other any more, and odhcp6c_signal_process doesn't return true
anymore when a new SIGIO is received while another is still being processed.


No differences found