Comment 56 for bug 328035

Revision history for this message
Kees Cook (kees) wrote :

With whitespace intact...

For note, the "%5d" is the problem -- it can grow beyond 5 digits. I recommend asprintf, since it will calculate lengths automatically. If not, please always use snprintf.