[1943] in Athena Bugs
6.X RT st driver
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Tue Mar 21 13:10:56 1989
From: <epeisach@ATHENA.MIT.EDU>
Date: Tue, 21 Mar 89 13:10:36 EST
To: bugs@ATHENA.MIT.EDU
In caio/st.c, the function stunload has the following problems:
1) It returns 1 if there was an error, but falls off the end of the
function if there are any errors.
2) None of the callers of this function check for an error return and
acts appropriately. This results in a hung process.
(The effects can be reproduced using the -u option in tar when tar wants
to update one specific file...)
Ezra