Date: Sat, 14 Dec 1996 12:43:58 +1100 (EST) From: Julian Assange <proff@iq.org> To: hackers@freebsd.org, security@freebsd.org Subject: pw account suite patch typo Message-ID: <199612140143.MAA04647@profane.iq.org>
index | next in thread | raw e-mail
+ if (!fd || read(fd, buf, len)!=len) {
should of course read
+ if (fd == -1 || read(fd, buf, len)!=len) {
-Julian A.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612140143.MAA04647>
