Subject: CVS commit: src/lib/libutil
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/16/2007 17:34:02
Module Name:	src
Committed By:	cbiere
Date:		Tue Jan 16 17:34:02 UTC 2007

Modified Files:
	src/lib/libutil: stat_flags.c

Log Message:
Fixed string truncation bug in flags_to_string(): SAPPEND() uses
sizeof(string) but string is a pointer to a malloc()ed buffer.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libutil/stat_flags.c

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