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

Issue 467032: net/ftp: Fix control response parsing for a corner cases where the first line... (Closed)

Created:
11 years ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
wtc, Paweł Hajdan Jr.
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

net/ftp: Fix control response parsing for a corner cases where the first line of a continuation has 0 length. BUG=29322 TEST=ftp://sourceware.org works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33986

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -17 lines) Patch
M net/ftp/ftp_ctrl_response_buffer.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.cc View 1 2 chunks +18 lines, -16 lines 0 comments Download
M net/ftp/ftp_ctrl_response_buffer_unittest.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lei Zhang
11 years ago (2009-12-05 02:42:19 UTC) #1
eroman
Deferring this review to Pawel. http://codereview.chromium.org/467032/diff/1/4 File net/ftp/ftp_ctrl_response_buffer.h (right): http://codereview.chromium.org/467032/diff/1/4#newcode97 net/ftp/ftp_ctrl_response_buffer.h:97: // Wheether or not ...
11 years ago (2009-12-05 03:27:06 UTC) #2
Paweł Hajdan Jr.
Thanks for the fix. Some comments below. http://codereview.chromium.org/467032/diff/1/3 File net/ftp/ftp_ctrl_response_buffer.cc (right): http://codereview.chromium.org/467032/diff/1/3#newcode24 net/ftp/ftp_ctrl_response_buffer.cc:24: if (!multiline_) ...
11 years ago (2009-12-05 09:24:39 UTC) #3
Lei Zhang
http://codereview.chromium.org/467032/diff/1/3 File net/ftp/ftp_ctrl_response_buffer.cc (right): http://codereview.chromium.org/467032/diff/1/3#newcode24 net/ftp/ftp_ctrl_response_buffer.cc:24: if (!multiline_) { On 2009/12/05 09:24:39, Paweł Hajdan Jr. ...
11 years ago (2009-12-07 20:07:40 UTC) #4
Paweł Hajdan Jr.
11 years ago (2009-12-07 20:10:20 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698