]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Found a lot of places in sshbn.c where for-loops zeroing out memory
authorSimon Tatham <anakin@pobox.com>
Fri, 2 Aug 2013 19:51:36 +0000 (19:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 2 Aug 2013 19:51:36 +0000 (19:51 +0000)
commit55e8a268abe59ba31f621e67a4f08416fc40838d
tree2b20747f469c16f57f8752e8ae50c518b4453f8a
parent493a333078c7ccbf62f27aa257a3836b706930fe
Found a lot of places in sshbn.c where for-loops zeroing out memory
just before freeing it really ought to be smemclrs.

[originally from svn r9981]
sshbn.c