[Webkit-unassigned] [Bug 30656] Fix calculation of length in WebSocketChannel.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 01:32:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30656





--- Comment #6 from Fumitoshi Ukai <ukai at chromium.org>  2009-10-22 01:32:12 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 41627 [details] [details])
> > r=me
> > 
> > Will this covered by layout tests once we have them?
> 
> Well, how about the following data sequence?
>  0x81 0x81 0xCC 0x00 "unexpected data" 0xFF

Oops. should be 0x80 0x81 0x81 0xCC 0x00 "unexpected data" 0xFF

> 
> It must skip 129 bytes after second 0x81, but wrong code gets 1 as length, so
> it would receive "unexpected data" unexpectedly.

-- 
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