summaryrefslogtreecommitdiffstats
path: root/net/http/http_chunked_decoder.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 23:06:38 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 23:06:38 +0000
commit9fff9aab4bd3a8fe3ae28451d23b789fd1193769 (patch)
tree482f1ed05a6d2680517fb2a3c0b8d56cab901d4d /net/http/http_chunked_decoder.cc
parent150ca3940c2b9f7b8f8cb2732ffc5d57f46b94e0 (diff)
downloadchromium_src-9fff9aab4bd3a8fe3ae28451d23b789fd1193769.zip
chromium_src-9fff9aab4bd3a8fe3ae28451d23b789fd1193769.tar.gz
chromium_src-9fff9aab4bd3a8fe3ae28451d23b789fd1193769.tar.bz2
SSL: fix overflow error.
In the previous code, the addition was performed as an unsigned char. This means that a value of 255 would wrap to 0 and throw us into a loop. BUG=none TEST=Have the server send an NPN extension with an element of length 255. http://codereview.chromium.org/500032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_chunked_decoder.cc')
0 files changed, 0 insertions, 0 deletions