libc/stdio: Increase BUF in vfprintf.c and vfwprintf.c
With the %b format specifier we need enough space to write a uintmax_t
in binary.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1400
libc/stdio: Increase BUF in vfprintf.c and vfwprintf.c Tags None Referenced Files None Subscribers None
Description
Details
|