mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase buffer size in readfollower
Fixes buffer overflow crash with checked string functions on macOS
This commit is contained in:
parent
ac46849ddf
commit
fbe9fad2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue