[Webkit-unassigned] [Bug 152921] New: Modern IDB: IDBBindingUtilities chokes on unicode strings for get/set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 13:06:59 PST 2016


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

            Bug ID: 152921
           Summary: Modern IDB: IDBBindingUtilities chokes on unicode
                    strings for get/set
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: IDBBindingUtilities chokes on unicode strings for get/set

get and set do an unnecessary utf8().data() call on the string they are passing, resulting in buggy property lookups or injections.

get() was covered by an existing failing test.
set() will be covered by a change to an existing test.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160108/5355a874/attachment-0001.html>


More information about the webkit-unassigned mailing list