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

Issue 453663002: Store client cert hashes as strings instead of StringPieces. (Closed)

Created:
6 years, 4 months ago by ramant (doing other things)
Modified:
6 years, 4 months ago
Reviewers:
wtc, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, rjshade
Base URL:
https://chromium.googlesource.com/chromium/src.git@Deprecate_flag_quic_allow_port_migration_72668120
Project:
chromium
Visibility:
Public.

Description

Store client cert hashes as strings instead of StringPieces. Avoids use-after-free (detected by ASAN) when the CHLO callback deletes the CHLO request, and subsequently we try to access the stored StringPieces. Merge internal change: 72724874 Bug introduced in CL: https://codereview.chromium.org/449273002/ R=rch@chromium.org, wtc@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M net/quic/crypto/crypto_handshake.h View 2 chunks +2 lines, -3 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 4 months ago (2014-08-07 23:46:35 UTC) #1
Ryan Hamilton
6 years, 4 months ago (2014-08-08 03:45:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698