Date: Thu, 27 Jan 2011 09:52:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/tmpfs tmpfs_subr.c tmpfs_vnops.c Message-ID: <201101270952.p0R9qehO066025@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2011-01-27 09:52:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/tmpfs tmpfs_subr.c tmpfs_vnops.c Log: SVN rev 217933 on 2011-01-27 09:52:31Z by kib MFC r217633: In tmpfs_readdir(), normalize handling of the directory entries that either overflow the supplied buffer, or cause uiomove fail. Do not advance cached de when directory entry was not copied out. Do not return EOF when no entries could be copied due to first entry too large for supplied buffer, signal EINVAL instead. Revision Changes Path 1.23.2.3 +4 -3 src/sys/fs/tmpfs/tmpfs_subr.c 1.31.2.7 +1 -1 src/sys/fs/tmpfs/tmpfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101270952.p0R9qehO066025>