yabar
yabar copied to clipboard
Replace all sprintf/strcat/strcpy function calls with safer one
Hello,
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
.
Unfortunately I'm quite busy right now so I don't really have the time to do this. If anyone else wants to take a stab at it, please do.