| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Sat, 14 Dec 1996 13:19:33 -0600
Reply-To: Julian Assange <proff@iq.org>
From: Julian Assange <proff@iq.org>
To: Multiple recipients of list BUGTRAQ <BUGTRAQ@NETSPACE.ORG>
+ if (!fd || read(fd, buf, len)!=len) {
should of course read
+ if (fd == -1 || read(fd, buf, len)!=len) {
-Julian A.
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |