Date: Mon, 12 Nov 2007 18:57:33 +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: <200711121857.lACIvY70035514@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-11-12 18:57:33 UTC
FreeBSD src repository
Modified files:
sys/fs/tmpfs tmpfs_vfsops.c
Log:
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
Revision Changes Path
1.12 +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?200711121857.lACIvY70035514>
