Date: Sat, 14 Dec 1996 12:30:53 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: proff@iq.org (Julian Assange) Cc: hackers@freebsd.org, security@freebsd.org Subject: Re: pw account suite patch typo Message-ID: <199612141130.MAA25312@uriah.heep.sax.de> In-Reply-To: <199612140143.MAA04647@profane.iq.org> from Julian Assange at "Dec 14, 96 12:43:58 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As Julian Assange wrote: > + if (!fd || read(fd, buf, len)!=len) { > > should of course read > + if (fd == -1 || read(fd, buf, len)!=len) { Which file? Which file revision? I can't seem to find your quote in the entire suite anyway. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612141130.MAA25312>