diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:13:28 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:13:28 +0200 |
commit | 3fa04b711a4869a672e5cc998aff2648565b4d50 (patch) | |
tree | 25276f23483b82448dc2380d3057b9c3f9e5cb19 | |
parent | b3d431961f63d7d904c2c28f0ca13730dedd4b92 (diff) |
Updated the revision history
-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 6fd2589..b377cc8 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -43,6 +43,8 @@ Markus Uhlin 25/03/16 Fixed untrusted array index. Markus Uhlin 25/03/25 com_unalias: fixed overflowed array index read/write. + Markus Uhlin 25/07/21 com_who: fixed multiplication + result converted to larger type. */ #include "stdinclude.h" |