Bug 69405
Summary: | WebSocket: Check unpaired surrogates in send() and close() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> |
Component: | WebCore Misc. | Assignee: | Yuta Kitamura <yutak> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, ap, bashi, joenotcharles, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 50099 |
Yuta Kitamura
Derived from http://code.google.com/p/chromium/issues/detail?id=99127
WebSocket API <http://dev.w3.org/html5/websockets/> requires that we should throw SYNTAX_ERR in send() or close() when unpaired surrogates are contained in its argument.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenichi Ishibashi
*** This bug has been marked as a duplicate of bug 80103 ***