Date: Wed, 21 Nov 2007 01:47:08 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/tmpfs tmpfs_vfsops.c Message-ID: <200711210147.lAL1l8Ys071123@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-11-21 01:47:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/tmpfs tmpfs_vfsops.c Log: MFC revision 1.12 date: 2007/11/12 18:57:33; author: delphij; state: Exp; lines: +1 -1 Correct a stack overflow which will trigger panics when mode= is specified, caused by incorrect format string specified to vfs_scanopt() and subsequently vsscanf(). Pointed out by: kib Submitted by: des Approved by: re (kensmith) Revision Changes Path 1.11.2.1 +1 -1 src/sys/fs/tmpfs/tmpfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711210147.lAL1l8Ys071123>