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

Issue 1308323012: Fix code relying on undocumented SimpleAtoi quirk, which caused rollback (Closed)

Created:
5 years, 3 months ago by ramant (doing other things)
Modified:
5 years, 3 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@clang_tidy_101595102
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix code relying on undocumented SimpleAtoi quirk, which caused rollback of cl/101239633. The quirk was that if an input contained null byte, everything past this byte would be silently ignored; this behavior will soon be removed. relnote: n/a (only affects tests) passes with strings change patched in. Ported this server side change to keep code similar to internal code. Merge internal change: 101605155 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M net/tools/quic/quic_spdy_server_stream.cc View 2 chunks +12 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 3 months ago (2015-09-09 23:50:52 UTC) #1
Ryan Hamilton
5 years, 3 months ago (2015-09-10 14:28:15 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698