Date: Sun, 15 Aug 2004 22:22:36 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c Message-ID: <200408152222.i7FMMae2018957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2004-08-15 22:22:36 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Fix a couple of edge cases in which sb.st_size may be incorrect or meaningless. In particular, don't assume that it is left untouched if stat(2) fails; that assumption happens to fail at high optimization levels on some platforms. MFC after: 1 week Revision Changes Path 1.72 +16 -5 src/usr.bin/fetch/fetch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408152222.i7FMMae2018957>