Increase buffer size in readfollower

Fixes buffer overflow crash with checked string functions on macOS
This commit is contained in:
Eidolon 2022-10-30 22:55:11 -05:00
parent ac46849ddf
commit fbe9fad2ea

View file

@ -3114,7 +3114,7 @@ void readfollower(MYFILE *f)
char *s;
char *word, *word2, dname[SKINNAMESIZE+1];
char *tmp;
char testname[SKINNAMESIZE];
char testname[SKINNAMESIZE+1];
boolean nameset;
INT32 fallbackstate = 0;