You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
It would be great if you replace the sprintf function calls with snprintf as it can overflow and introduce undefined behavior. Same goes for strcat/strcpy.
The text was updated successfully, but these errors were encountered:
Hello,
It would be great if you replace the
sprintf
function calls withsnprintf
as it can overflow and introduce undefined behavior. Same goes forstrcat/strcpy
.The text was updated successfully, but these errors were encountered: