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

Issue 12212102: SPDY - Small bug fix for user after free. Will revert the (Closed)

Created:
7 years, 10 months ago by ramant (doing other things)
Modified:
7 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

SPDY - Small bug fix for user after free. Will revert the change asap. The change adds a scoped_refptr to SpdySession in DoLoop to clean up the state and to finish pending reads, in case SpdyFramer receives GOAway and closes all streams. DoReadComplete was holding the last reference before and DoLoop was accessing the object after DoReadComplete deleted the object at the end of the function. R=willchan@chromium.org BUG=175069 TEST=network unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181637

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M net/spdy/spdy_session.cc View 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ramant (doing other things)
7 years, 10 months ago (2013-02-09 22:39:47 UTC) #1
willchan no longer on Chromium
lgtm
7 years, 10 months ago (2013-02-09 22:43:05 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/12212102/1
7 years, 10 months ago (2013-02-09 22:45:10 UTC) #3
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=82877
7 years, 10 months ago (2013-02-10 01:26:34 UTC) #4
commit-bot: I haz the power
7 years, 10 months ago (2013-02-10 01:37:34 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698