yabar icon indicating copy to clipboard operation
yabar copied to clipboard

Replace all sprintf/strcat/strcpy function calls with safer one

Open su8 opened this issue 6 years ago • 1 comments

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.

su8 avatar May 05 '18 23:05 su8

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.

NBonaparte avatar May 06 '18 21:05 NBonaparte