Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/19/2000 17:05:26
Module Name: basesrc
Committed By: he
Date: Thu Oct 19 14:05:26 UTC 2000
Modified Files:
basesrc/lib/libc/stdio [netbsd-1-5]: vsnprintf.c
Log Message:
Pull up revisions 1.14-1.15 (requested by kleink):
C99 alignment: a buffer size of 0 is permitted. Also, when
size is 0, a null buffer pointer may be passed. Fixes PR#9603.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.4.1 basesrc/lib/libc/stdio/vsnprintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.