From: Richard Kettlewell Date: Sat, 10 Dec 2011 16:13:18 +0000 (+0000) Subject: md5: correct size arg to memset(). X-Git-Tag: v0.1.18.1~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/0def9f18f5ebadaede7c388db2ebf51d38cd6296?hp=0def9f18f5ebadaede7c388db2ebf51d38cd6296 md5: correct size arg to memset(). On realistic targets the effect of the error was that the MD5 context wasn't fully cleared. Signed-off-by: Richard Kettlewell (cherry picked from commit dfa6ab137e7565bd1afc03b045fff4aa737a7c9e) ---