-
- Downloads
Make MAX_ARG_LEN only apply to format specifiers other than %s. For %s,
require X+1 bytes where X is the largest of width, precision, and the strlen() of the passed pointer. If this is larger than MAX_ARG_LEN, malloc() a buffer of size X+1.
Loading
Please register or sign in to comment