Date: Wed, 25 Aug 2010 18:09:51 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_default.c Message-ID: <201008251810.o7PIAEI8041031@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2010-08-25 18:09:51 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: SVN rev 211818 on 2010-08-25 18:09:51Z by brian If we read zero bytes from the directory, early out with ENOENT rather than forging ahead and interpreting garbage buffer content and dirent structures. This change backs out r211684 which was essentially a no-op. MFC after: 1 week Revision Changes Path 1.162 +6 -2 src/sys/kern/vfs_default.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008251810.o7PIAEI8041031>