[Webkit-unassigned] [Bug 32203] Bad length parsing in WebSocket

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 6 22:59:23 PST 2009


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2009-12-06 22:59:23 PST ---
+                int c = *p;

Can "c" have a descriptive name?

-  msg += "\x80\x81\x81"
+  msg += "\x80\x81\x01"  # skip 1*128+1 bytes.

ChangeLog should explain why changing an existing test is OK. It is not obvious
why/if the bug it was originally created for is still tested.

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