diff options
Diffstat (limited to 'FICS/comproc.c')
-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" |