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

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

Log Message:
Apply patch (requested by adrianp in ticket #1743)
	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.10 -r1.10.2.1 src/dist/file/src/file.h
cvs rdiff -r1.2 -r1.2.2.1 src/dist/file/src/funcs.c
cvs rdiff -r1.13 -r1.13.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.