Bug 114178 - Crashes in WebSocketChannel::processFrame when processing a ping
Summary: Crashes in WebSocketChannel::processFrame when processing a ping
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-08 11:02 PDT by Alexey Proskuryakov
Modified: 2013-04-08 14:34 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (4.80 KB, patch)
2013-04-08 11:09 PDT, Alexey Proskuryakov
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.