diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index cb00fb9..1453a58 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -40,6 +40,9 @@ player_search(). Markus Uhlin 25/03/23 Fixed overflowed array index read/write. + Markus Uhlin 25/03/29 player_remove_request: + fixed overflowed array index + read/write. */ #include "stdinclude.h" |