diff options
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 238425a..cda4e1a 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -38,6 +38,8 @@ Markus Uhlin 25/02/11 Calc string length once Markus Uhlin 25/03/22 Fixed overflowed return value in player_search(). + Markus Uhlin 25/03/23 Fixed overflowed array index + read/write. */ #include "stdinclude.h" |