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:
Jesse Smith
2018-10-27 20:26:15 -03:00
parent b4f8539153
commit 1b659c8ebe
4 changed files with 29 additions and 3 deletions

View File

@ -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);