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

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

Issue 2848883006: relnote: initialize client_common_set_hashes and (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/quic_compressed_certs_cache.cc
diff --git a/net/quic/core/crypto/quic_compressed_certs_cache.cc b/net/quic/core/crypto/quic_compressed_certs_cache.cc
index c9ba5301beb472a5815df6cff25be11afeb21f7d..84a58faae8b49cb34f70330583c86f0511bf96db 100644
--- a/net/quic/core/crypto/quic_compressed_certs_cache.cc
+++ b/net/quic/core/crypto/quic_compressed_certs_cache.cc
@@ -19,7 +19,9 @@ inline void hash_combine(uint64_t* seed, const uint64_t& val) {
} // namespace
QuicCompressedCertsCache::UncompressedCerts::UncompressedCerts()
- : chain(nullptr) {}
+ : chain(nullptr),
+ client_common_set_hashes(nullptr),
+ client_cached_cert_hashes(nullptr) {}
QuicCompressedCertsCache::UncompressedCerts::UncompressedCerts(
const QuicReferenceCountedPointer<ProofSource::Chain>& chain,
« 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