Bug 114178

Summary: Crashes in WebSocketChannel::processFrame when processing a ping
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: toyoshim
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix beidson: review+

Description Alexey Proskuryakov 2013-04-08 11:02:10 PDT
We're seeing a number of crashes in WebSocketChannel::processFrame when processing a ping. I could never reproduce that, but I have a theory about why this happens.

<rdar://problem/12834449>
Comment 1 Alexey Proskuryakov 2013-04-08 11:09:50 PDT
Created attachment 196874 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-08 11:15:59 PDT
Committed <http://trac.webkit.org/changeset/147938>.