Bugtraq mailing list archives

pw account suite patch typo


From: proff () iq org (Julian Assange)
Date: Sat, 14 Dec 1996 13:19:33 -0600


+       if (!fd || read(fd, buf, len)!=len) {

should of course read
+       if (fd == -1 || read(fd, buf, len)!=len) {

-Julian A.



Current thread: