diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-23 13:10:04 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-23 13:10:04 +0100 |
commit | 8eccca5f36b46b5333c6c8246413a9a3b7e62929 (patch) | |
tree | 757b3f1b46f29c734ecf8eb476a51ce939e4b592 | |
parent | 6c2eba74942c4a531fac4f7c3f2f1a46e79cc438 (diff) |
Updated the revision history
-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" |