[Webkit-unassigned] [Bug 170000] A null compound index value breaks Safari >= 10.1 (and iOS 10.3 beta)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 13:07:49 PDT 2017


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

--- Comment #5 from Brady Eidson <beidson at apple.com> ---
Being asked to serialize an Invalid key, which should never happen.

1   0x12240e2fd WTFCrash
2   0x117151148 WebCore::serializedTypeForKeyType(WebCore::IndexedDB::KeyType)
3   0x11714ffa2 WebCore::encodeKey(WTF::Vector<char, 0ul, WTF::CrashOnOverflow, 16ul>&, WebCore::IDBKeyData const&)
4   0x11715025e WebCore::encodeKey(WTF::Vector<char, 0ul, WTF::CrashOnOverflow, 16ul>&, WebCore::IDBKeyData const&)
5   0x11714ff40 WebCore::serializeIDBKeyData(WebCore::IDBKeyData const&)
….

    case IndexedDB::KeyType::Invalid:
        RELEASE_ASSERT_NOT_REACHED();    <----

-- 
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/20170323/e5af345f/attachment.html>


More information about the webkit-unassigned mailing list