sprintf writes formatted output without a size limit and can overflow the buffer.
Use snprintf or vsnprintf with an explicit buffer size.