diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 16:54:44 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 16:54:44 +0100 |
commit | 2016969651a919b9ee3abc3f28567b0435caedec (patch) | |
tree | d5d9b2b4f276b63a10b694daa9718cb382e414b9 | |
parent | 030ec752c8ad5cad4b6a8b41893274cdb17b692a (diff) |
Updated the revision history
-rw-r--r-- | FICS/comproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index 089f1b8..4f33d4c 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -40,6 +40,7 @@ Markus Uhlin 25/03/11 Fixed possibly uninitialized value 'rat' in who_terse(). Markus Uhlin 25/03/16 Fixed use of 32-bit 'time_t'. + Markus Uhlin 25/03/16 Fixed untrusted array index. */ #include "stdinclude.h" |