commit | def9d2a17c6f34750f321e88286a08731fdb8b94 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Nov 07 16:13:49 2004 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Nov 07 16:13:49 2004 +0000 |
tree | ec4e53f14010b83dbb58a8c2a6cc5a27ce6e397a | |
parent | f164322fe8115abe0d20f087391e67843255f578 [diff] |
Fix for SF bug 988120 via patch 1061941. If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.