Skip to content
Snippets Groups Projects
user avatar
Jan Gerber authored
* prevent buffer overflows / crashes when handling filenames that are
   too long
* do not allow user-supplied strings in format strings
* more consistent, and sometimes corrected (and nicer :)) error messages
* no more rindex(), it is deprecated and strrchr() is ANSI C and in the
   POSIX standard. I'm absolutely positive that all your supported
   platforms have it (and not only Windows.)

d8b7f826
History
Name Last commit Last update