diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-29 23:52:09 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-29 23:52:09 +0100 |
commit | c1287df6248a54fa4f00598979ab0c0ef4a409b6 (patch) | |
tree | 2c84de23e846a20bf051d08fc8ed5b5101ebb457 | |
parent | 39e538dae389d8fd5c9694ea77512612c010524e (diff) |
Updated the revision history
-rw-r--r-- | FICS/matchproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 9905079..532c7ea 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -26,6 +26,8 @@ functions. Markus Uhlin 24/03/29 Size-bounded string handling. + Markus Uhlin 24/03/29 Fixed potentially + insecure format strings. */ #include "stdinclude.h" |