diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 13:38:26 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 13:38:26 +0100 |
commit | 5fa70513621fef25726bfbddc88c8f2e89635225 (patch) | |
tree | c9cc6a8e7f5849beba29aa624ab66fee04aa0d72 | |
parent | a68c0b13d348b627be8ef77a67750c855d014941 (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 6315bc3..e7d82e4 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -29,6 +29,8 @@ Markus Uhlin 23/12/23 Fixed crypt() Markus Uhlin 24/01/03 Added usage of ARRAY_SIZE() and reformatted functions. + Markus Uhlin 24/01/06 Fixed potentially insecure + format strings. */ #include "stdinclude.h" |