[Webkit-unassigned] [Bug 32203] New: Bad length parsing in WebSocket
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 6 17:12:38 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32203
Summary: Bad length parsing in WebSocket
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ukai at chromium.org
WebSocket spec says "Frames denoted by bytes that have the high bit set (0x80
to 0xFF) have a leading length indicator, which is encoded as a series of 7-bit
bytes stored in octets with the 8th bit being set for all but the last byte",
but current implementation doesn't count the last byte with 8th bit off.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list