diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 01:31:57 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 01:31:57 +0200 |
commit | a285a990436511d506bc80553807ed848bdbeff2 (patch) | |
tree | e300377bf0d22423368745b030ff6850f337ee5a /FICS | |
parent | 87ae9a230dc4a6ba55413f5fa431785c8d64d36c (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-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 46ae464..8e76a8f 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -29,6 +29,8 @@ Markus Uhlin 24/03/16 Replaced unbounded string handling functions and added truncation checks. + Markus Uhlin 24/08/04 Fixed multiple possible buffer + overflows. */ #include "stdinclude.h" |