From owner-cvs-all Thu Nov 4 18:47: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26538157AD; Thu, 4 Nov 1999 18:47:04 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA87632; Thu, 4 Nov 1999 18:45:50 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199911050245.SAA87632@freefall.freebsd.org> From: Mike Smith Date: Thu, 4 Nov 1999 18:45:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/11/04 18:45:50 PST Modified files: sys/kern vfs_conf.c Log: Expand the sscanf buffer to 32 bytes to make room for the expanded pattern, with some space left over to avoid this mistake next time it's improved. Submitted by: luoqi Revision Changes Path 1.38 +2 -2 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message