From 24d74430490807781e608e5f3b72e6bb93cda104 Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Sat, 11 Apr 1998 09:10:05 +0000 Subject: [PATCH] (5) replace "for" loops in md5.c with memcpy and memset --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 78a91337bb..b5d21e6a75 100644 --- a/TODO +++ b/TODO @@ -71,6 +71,7 @@ Our Todo List (5) return "ERR_TOO_LARGE" messages for replies with content-lengths larger than some limit. (5) Bind HTTP/ICP sockets to multiple interfaces +(5) replace "for" loops in md5.c with memcpy and memset DONE: + s/sprintf/snprintf/g -- 2.47.3