diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 21:23:43 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-02 21:23:43 +0100 |
commit | 464e9d0e9b45b2505d252284207c3aee83f719b9 (patch) | |
tree | dacf818fb0d83da28e23767ddb852e1430dc9ab8 | |
parent | a0eeb184e4277b15e4408c2b29db150dcf42f6bb (diff) |
Updated the revision history
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 992e410..ee7b676 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -34,6 +34,8 @@ Markus Uhlin 24/08/11 Improved fix_time(). Markus Uhlin 24/12/01 Usage of sizeof and fixed ignored fgets() retvals. + Markus Uhlin 24/12/02 Fixed a possible array overrun + in truncate_file(). */ #include "stdinclude.h" |