Subject: CVS commit: [netbsd-1-6] src/lib/libz
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 03/05/2003 21:47:43
Module Name: src
Committed By: jmc
Date: Wed Mar 5 19:47:42 UTC 2003
Modified Files:
src/lib/libz [netbsd-1-6]: gzio.c
Log Message:
Pullup rev 1.14-1.15 (requested by groo in tickets #1193 and #1194)
Fix for potential buffer overflow in snprintf() (from OpenBSD)
Remove the HAS_* ifdefs which select [v]s{,n}printf. Always choose the
n version.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.2.1 src/lib/libz/gzio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.