Commit 5ed37e34 authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 97b690b06..3f28356e4 (3 commits)

https://quiche.googlesource.com/quiche.git/+log/97b690b06..3f28356e440b

$ git log 7bf7c3c35..3f28356e4 --date=short --no-merges --format='%ad %ae %s'
2019-05-02 nharper Fix check for QuicFramer detecting old header format with new version
2019-05-02 nharper Harden QuicFramer::DecryptPayload to avoid dereferencing bad EncryptionLevels
2019-05-02 nharper gfe-relnote: Remove no-op std::move from QuicFramer::DecryptPayload. Protected by reloadable flag quic_v44_disable_trial_decryption.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

Bug: 958633, 958665, 958752

Change-Id: I36d580529f200712daf0b22d72faa6e15b06b2a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593909
Commit-Queue: Bence Béky <bnc@chromium.org>
Auto-Submit: Bence Béky <bnc@chromium.org>
Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#656367}
parent f3378271
...@@ -276,7 +276,7 @@ vars = { ...@@ -276,7 +276,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'quiche_revision': '97b690b069ce413a9e8d36aba12d868957ef9151', 'quiche_revision': '3f28356e440b0acac3030ad0e686b1d2c8c92542',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit # the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment