diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-29 22:04:27 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-29 22:04:27 +0100 |
commit | 826adbf0ee603126c2397db48808c42b9da7fcf4 (patch) | |
tree | 988d5d51353f5cbbffcafa489f524f84054dd809 | |
parent | e73f3aea4d60e5f1a6b2e6a28eae2202987f6b37 (diff) |
Updated the revision history
-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" |