MD5: Fix clearing of temporary stack memory to use correct length
authorJouni Malinen <j@w1.fi>
Fri, 15 Jul 2011 10:42:06 +0000 (13:42 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jul 2011 10:42:06 +0000 (13:42 +0300)
commit40eebf235370b6fe6353784ccf01ab92eed062a5
tree4df2660335667ea06ec1ffab7117848ab6ef8d2b
parentf0573c7989e88023d1e9bb17d775e944cd956ae8
MD5: Fix clearing of temporary stack memory to use correct length

sizeof of the structure instead of the pointer was supposed to be used
here. Fix this to clear the full structure at the end of MD5Final().
src/crypto/md5-internal.c