Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/15/2000 07:51:55
Module Name:	basesrc
Committed By:	bouyer
Date:		Sat Jan 15 15:51:55 UTC 2000

Modified Files:
	basesrc/usr.sbin/amd/libamu: xutil.c

Log Message:
In real_plog() change vsprintf() to vsnprintf() to be sure we'll never overflow
msg[]. I didn't check all the plog() call so I don't know if this overflow
is possible by a non-root user or not.
Suggested by Zdenek Salvet <salvet@ics.muni.cz> a looong time ago.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/amd/libamu/xutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.