mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 18:48:43 +00:00
If mbedtls_x509_dn_gets fails, the server could end up calling printf on an uninitialized buffer. Check if the function succeeds. Found by Coverity.