diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 12:20:06 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 12:20:06 +0100 |
commit | bb9f36f5946d5d4e918425f4258fca9a79a2fa61 (patch) | |
tree | 6b9225434ed12a580513d91386d839f76c6024db | |
parent | a35da1b515827a793c3ad02dacb967ce05a68944 (diff) |
Updated the revision history
-rw-r--r-- | FICS/algcheck.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/algcheck.c b/FICS/algcheck.c index 74bcfc9..295166f 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -21,6 +21,9 @@ name email yy/mm/dd Change Richard Nash 93/10/22 Created Markus Uhlin 24/01/04 Reformatted functions + Markus Uhlin 24/01/06 Switched to usage of strlcpy, + strlcat and snprintf. Also added + truncation checks. */ #include "stdinclude.h" |