Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/lib/libc/stdio



Module Name:    src
Committed By:   msaitoh
Date:           Mon Nov  3 21:22:28 UTC 2014

Modified Files:
        src/lib/libc/stdio [netbsd-6]: printf.3 vsnprintf.c vsnprintf_ss.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1161):
        lib/libc/stdio/printf.3: revision 1.64 via patch
        lib/libc/stdio/vsnprintf.c: revision 1.28 via patch
        lib/libc/stdio/vsnprintf_ss.c: revision 1.13 via patch
Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).
Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.58.8.1 src/lib/libc/stdio/printf.3
cvs rdiff -u -r1.23 -r1.23.4.1 src/lib/libc/stdio/vsnprintf.c
cvs rdiff -u -r1.10 -r1.10.4.1 src/lib/libc/stdio/vsnprintf_ss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index