diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-23 13:59:10 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-23 13:59:10 +0100 |
commit | b3a3890427012c8c30e2abceb51ea2217e281cfe (patch) | |
tree | 8b1fc0e85846ce5d5a7b3f14b4ffac35e85cf6f5 /FICS | |
parent | 57642387b4605582b95bfcfc7481f8c89e056daf (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 1009c46..34799ef 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -31,6 +31,8 @@ reformatted functions. Markus Uhlin 24/01/06 Fixed potentially insecure format strings. + Markus Uhlin 24/03/23 Size-bounded string handling + plus truncation checks. */ #include "stdinclude.h" |