Subject: CVS commit: [netbsd-2] src/dist/file/src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/08/2007 22:20:24
Module Name: src
Committed By: bouyer
Date: Sun Apr 8 22:20:24 UTC 2007
Modified Files:
src/dist/file/src [netbsd-2]: file.h funcs.c magic.c
Log Message:
Apply patch (requested by adrianp in ticket #11288)
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.7 -r1.7.4.1 src/dist/file/src/file.h
cvs rdiff -r1.1.1.5 -r1.1.1.5.4.1 src/dist/file/src/funcs.c
cvs rdiff -r1.8.2.1 -r1.8.2.1.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.