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

Issue 1808013003: Fix a type casting bug in quic stream sequencer buffer. (Closed)

Created:
4 years, 9 months ago by fnk
Modified:
4 years, 9 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@117245279
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a type casting bug in quic stream sequencer buffer. Withough this change, a QUIC frame with offset higher than 2^32 might corrupt StreamSequencerBuffer's missing frame recording logic in a 32-bit machine. Merge internal change: 117245736 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -1 line) Patch
M net/quic/stream_sequencer_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/stream_sequencer_buffer_test.cc View 2 chunks +39 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
fnk
4 years, 9 months ago (2016-03-17 16:28:23 UTC) #1
Ryan Hamilton
4 years, 9 months ago (2016-03-17 17:43:49 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698