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

Issue 2621793002: Landing Recent QUIC changes until Jan 6 14:42:13 2017 (Closed)

Created:
3 years, 11 months ago by danzh1
Modified:
3 years, 11 months ago
Reviewers:
Jana
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Landing Recent QUIC changes until Jan 6 14:42:13 2017 There are no flags to be updated. Deprecate FLAGS_quic_export_rej_for_all_rejects. Merge internal change: 143769413 https://codereview.chromium.org/2621753002/ Simplify a string allocation and append into a single allocation. n/a (test tools) Merge internal change: 143728589 https://codereview.chromium.org/2621733002/ Move SendPublicReset from private to a protected virtual function. Merge internal change: 143582614 https://codereview.chromium.org/2621573003/ Fix QUIC crash when ProofSource::GetProof fails This CL fixes a crash in QuicCryptoServerConfig which occurs when ProofSource::GetProof fails. The situation occurs in QuicCryptoServerConfig::EvaluateClientHello, when async codepaths are disabled. If the call to proof_source_->GetProof returns false, then we set get_proof_failed to true and invoke EvaluateClientHelloAfterGetProof. However, that method (and ValidateExpectedLeafCertificate, which it calls) assume that signed_config->chain is populated, which may not be the case if GetProof failed. Not flag-protected. Merge internal change: 143447261 https://codereview.chromium.org/2626443002/ R=jri@chromium.org BUG= Review-Url: https://codereview.chromium.org/2621793002 Cr-Commit-Position: refs/heads/master@{#442425} Committed: https://chromium.googlesource.com/chromium/src/+/c95c89bebf9003e535e609060cd19849ca22a19f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -53 lines) Patch
M net/net.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/crypto/crypto_server_test.cc View 4 chunks +25 lines, -0 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.h View 1 chunk +4 lines, -5 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M net/quic/core/quic_crypto_server_stream_test.cc View 2 chunks +1 line, -24 lines 0 comments Download
M net/quic/core/quic_flags_list.h View 1 chunk +0 lines, -6 lines 0 comments Download
A net/quic/test_tools/failing_proof_source.h View 1 chunk +36 lines, -0 lines 0 comments Download
A net/quic/test_tools/failing_proof_source.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_crypto_server_config_peer.h View 3 chunks +5 lines, -3 lines 0 comments Download
M net/quic/test_tools/quic_crypto_server_config_peer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 2 chunks +6 lines, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (10 generated)
danzh1
3 years, 11 months ago (2017-01-09 21:36:15 UTC) #1
Jana
lgtm
3 years, 11 months ago (2017-01-10 00:05:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2621793002/1
3 years, 11 months ago (2017-01-10 00:05:48 UTC) #11
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 00:38:46 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/c95c89bebf9003e535e609060cd1...

Powered by Google App Engine
This is Rietveld 408576698