• Nils Goroll's avatar
    In forkrun(), fix SIGCHLD waiting and test it · f711a1d5
    Nils Goroll authored
    Spotted by Thomas Gleixner <tglx@linutronix.de>, THANK YOU
    
    forkrun() never properly handled the case that a child exited before
    the timeout expired, because we had failed to block the signal and
    hence never received a SIGCHLD. This was overlooked because this
    functionality was never relevant (it only delayed test execution) and
    because we did not explicitly test it.
    
    Related to #31
    f711a1d5
fellow_log_test.c 17.5 KB