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

Issue 9694034: Fix PickleIterator::GetReadPointerAndAdvance() not to produce wild addresses (Closed)

Created:
8 years, 9 months ago by Alexander Potapenko
Modified:
8 years, 9 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. BUG=117704 TBR=willchan Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126413

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -6 lines) Patch
M base/pickle.cc View 1 chunk +2 lines, -6 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Alexander Potapenko
Please take a look
8 years, 9 months ago (2012-03-13 10:59:19 UTC) #1
jbates
LGTM, thanks. https://chromiumcodereview.appspot.com/9694034/diff/1/base/pickle.cc File base/pickle.cc (right): https://chromiumcodereview.appspot.com/9694034/diff/1/base/pickle.cc#newcode48 base/pickle.cc:48: if (num_bytes < 0 || read_end_ptr_ - ...
8 years, 9 months ago (2012-03-13 16:52:44 UTC) #2
Alexander Potapenko
+Will for base/ ownership
8 years, 9 months ago (2012-03-13 17:15:47 UTC) #3
willchan no longer on Chromium
8 years, 9 months ago (2012-03-13 17:38:12 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698