On sprintf() Fails
The sprintf()
and snprintf()
C library functions are commonly
used for formatting a string and writing the result into a buffer.
But sometimes it is surprising in how many ways sprintf()
can
be misused.
The Ugly¶
Some enterprise C programs look like submissions to …