Index: crypto/secure_hash_default.cc |
=================================================================== |
--- crypto/secure_hash_default.cc (revision 168842) |
+++ crypto/secure_hash_default.cc (working copy) |
@@ -24,6 +24,7 @@ |
} |
virtual ~SecureHashSHA256NSS() { |
+ memset(&ctx_, 0, sizeof(ctx_)); |
} |
// SecureHash implementation: |