From: rousskov <> Date: Sat, 11 Apr 1998 09:10:05 +0000 (+0000) Subject: (5) replace "for" loops in md5.c with memcpy and memset X-Git-Tag: SQUID_3_0_PRE1~3509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d74430490807781e608e5f3b72e6bb93cda104;p=thirdparty%2Fsquid.git (5) replace "for" loops in md5.c with memcpy and memset --- 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