Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: net/quic/core/crypto/scoped_evp_aead_ctx.cc

Issue 2851263004: initialize ctx_.aead_state in ScopedEVPAEADCtx constructor. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/scoped_evp_aead_ctx.cc
diff --git a/net/quic/core/crypto/scoped_evp_aead_ctx.cc b/net/quic/core/crypto/scoped_evp_aead_ctx.cc
index 447235833e42ccc1ef01d84dcae2495c2b3bed04..ab9e54adf028a534691a2b308992fd8f26cc945d 100644
--- a/net/quic/core/crypto/scoped_evp_aead_ctx.cc
+++ b/net/quic/core/crypto/scoped_evp_aead_ctx.cc
@@ -8,6 +8,7 @@ namespace net {
ScopedEVPAEADCtx::ScopedEVPAEADCtx() {
ctx_.aead = nullptr;
+ ctx_.aead_state = nullptr;
}
ScopedEVPAEADCtx::~ScopedEVPAEADCtx() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698