Subject: CVS commit: [netbsd-3-0] src/dist/file/src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/01/2007 15:48:50
Module Name: src
Committed By: bouyer
Date: Sun Apr 1 15:48:50 UTC 2007
Modified Files:
src/dist/file/src [netbsd-3-0]: 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.4.1 src/dist/file/src/file.h
cvs rdiff -r1.2 -r1.2.4.1 src/dist/file/src/funcs.c
cvs rdiff -r1.13 -r1.13.4.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.