New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 728434 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

BidirectionalStreamQuicImpl::SendRequestHeaders may delete |this|.

Project Member Reported by rch@chromium.org, Jun 1 2017

Issue description

In the event of a synchronous write error, BidirectionalStreamQuicImpl::SendRequestHeaders may delete |this|. As a result and code which comes after SendRequestHeaders() is a potential crash bug. This method is called from both SendData() and SendvData() so those need to be fixed.
 

Comment 1 by rch@chromium.org, Jun 1 2017

Cc: xunji...@chromium.org
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 2 2017

Status: Fixed (was: Started)

Sign in to add a comment