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>
next in thread | raw e-mail | index | archive | help
+ if (!fd || read(fd, buf, len)!=len) { should of course read + if (fd == -1 || read(fd, buf, len)!=len) { -Julian A.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612140143.MAA04647>