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

Issue 2050005: Reland 46757. (Closed)

Created:
10 years, 7 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Reland 46757. OnAvailableSocketSlot() was dereferencing a NULL pointer. Add a NULL check. Add a test. BUG=42267 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46837

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reduce large iteration check. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -26 lines) Patch
M net/socket/client_socket_pool_base.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 1 5 chunks +32 lines, -26 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 2 chunks +89 lines, -0 lines 0 comments Download
M net/socket/tcp_client_socket_pool_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
willchan no longer on Chromium
http://codereview.chromium.org/2050005/diff/1/2 File net/socket/client_socket_pool_base.cc (right): http://codereview.chromium.org/2050005/diff/1/2#newcode648 net/socket/client_socket_pool_base.cc:648: (stalled_group_count == 1 && top_group->num_releasing_sockets == 0)) { This ...
10 years, 7 months ago (2010-05-10 18:07:17 UTC) #1
eroman
10 years, 7 months ago (2010-05-10 18:19:16 UTC) #2
ok

Powered by Google App Engine
This is Rietveld 408576698