Applied patch from Daniel Povey which should allow killall5/pidof to
avoid locking up if it encounters stopped or zombie processes due to broken NFS mount points. This should allow Debian bug #719273 to be closed.
This commit is contained in:
@ -2224,7 +2224,7 @@ void re_exec(void)
|
||||
|
||||
/*
|
||||
* We shouldn't be here, something failed.
|
||||
* Bitch, close the state pipe, unblock signals and return.
|
||||
* Close the state pipe, unblock signals and return.
|
||||
*/
|
||||
init_freeenv(env);
|
||||
close(fd);
|
||||
|
Reference in New Issue
Block a user