mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-08 05:17:20 +02:00
These calls to sprintf may overflow buf because opt.mail_from and opt.mail_to are controlled by users. Fix by replacing sprintf with snprintf. Signed-off-by: Mingjie Shen <shen497@purdue.edu>