diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-25 00:38:03 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-25 00:38:03 +0100 |
commit | d7f71fd119e08bb3b43745f401a33e531de3ce83 (patch) | |
tree | 1ccd0995602ceda2604ae279a88ed22314194103 /FICS | |
parent | 9d38fb6a704ba503c8a69dce8e26d51d2dcb1c18 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/comproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index 7017aa0..31f6064 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -41,6 +41,8 @@ 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. + Markus Uhlin 25/03/25 com_unalias: fixed overflowed + array index read/write. */ #include "stdinclude.h" |