Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/19/2000 17:04:52
Module Name: basesrc
Committed By: he
Date: Thu Oct 19 14:04:52 UTC 2000
Modified Files:
basesrc/lib/libc/stdio [netbsd-1-5]: snprintf.c
Log Message:
Pull up revisions 1.13-1.14 (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.12 -r1.12.4.1 basesrc/lib/libc/stdio/snprintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.