Module Name: src Committed By: martin Date: Tue Sep 30 18:21:40 UTC 2014
Modified Files: src/lib/libc/stdio [netbsd-7]: printf.3 vsnprintf.c vsnprintf_ss.c Log Message: Pull up following revision(s) (requested by christos in ticket #122): lib/libc/stdio/printf.3: revision 1.64 lib/libc/stdio/vsnprintf.c: revision 1.28 lib/libc/stdio/vsnprintf_ss.c: revision 1.13 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.63 -r1.63.6.1 src/lib/libc/stdio/printf.3 cvs rdiff -u -r1.27 -r1.27.6.1 src/lib/libc/stdio/vsnprintf.c cvs rdiff -u -r1.12 -r1.12.10.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.