CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/27 10:10:41
Modified files:
lib/libc/stdio : vfprintf.c
Log message:
When a precision is specified for a string format use strnlen()
to determine the length instead of doing it manually. OK schwarze@
