Bug 601: When we fork an archiver and feed stuff to it through a pipe, if
authorRob Landley <rob@landley.net>
Fri, 16 Dec 2005 21:33:10 +0000 (21:33 -0000)
committerRob Landley <rob@landley.net>
Fri, 16 Dec 2005 21:33:10 +0000 (21:33 -0000)
commit1a78103306e149321c6509514ea350c822815f3f
tree702ca9b29df658fd8b531346cc69a81892078dc8
parentef1f7b5058c100990ec2e20484db39658b7b8343
Bug 601: When we fork an archiver and feed stuff to it through a pipe, if
we don't close the pipe the child process won't exit, and we'll hang in
waitpid().
archival/tar.c