Subject: CVS commit: [netbsd-4] src/dist/file/src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/01/2007 15:53:17
Module Name:	src
Committed By:	bouyer
Date:		Sun Apr  1 15:53:17 UTC 2007

Modified Files:
	src/dist/file/src [netbsd-4]: file.h funcs.c magic.c

Log Message:
Apply patch (requested by adrianp in ticket #553)
	dist/file/src/file.h	patch
	dist/file/src/funcs.c	patch
	dist/file/src/magic.c	patch
Fix an integer underflow in file_printf which can lead to an exploitable heap
overflow.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.2.1 src/dist/file/src/file.h
cvs rdiff -r1.6 -r1.6.2.1 src/dist/file/src/funcs.c
cvs rdiff -r1.15 -r1.15.2.1 src/dist/file/src/magic.c

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