hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.36k stars 355 forks source link

splitlen: use snprintf () instead of sprintf () to avoid overflows of the buffer #16

Closed philsmd closed 7 years ago

philsmd commented 7 years ago

This avoids a possible overflow of the file name buffer in splitlen.c

Thank you