Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/stdio
Module Name: src
Committed By: christos
Date: Mon Sep 29 14:58:33 UTC 2014
Modified Files:
src/lib/libc/stdio: printf.3 vsnprintf.c vsnprintf_ss.c
Log Message:
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.64 src/lib/libc/stdio/printf.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdio/vsnprintf.c
cvs rdiff -u -r1.12 -r1.13 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