[Webkit-unassigned] [Bug 63053] IndexedDB: createObjectStore() should check if keypath is valid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 06:09:02 PDT 2011


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





--- Comment #2 from Robin Qiu <robin.qiu.dev at gmail.com>  2011-08-06 06:09:02 PST ---
This bug was fixed, in commit 63663e38.

 85 63663e38 Source/WebCore/storage/IDBDatabase.cpp (commit-queue at webkit.org 2011-06-22 20:09:05 +0000  85)     if (!IDBIsValidKeyPath(keyPath)) {
 86 63663e38 Source/WebCore/storage/IDBDatabase.cpp (commit-queue at webkit.org 2011-06-22 20:09:05 +0000  86)         ec = IDBDatabaseException::NON_TRANSIENT_ERR;
 87 63663e38 Source/WebCore/storage/IDBDatabase.cpp (commit-queue at webkit.org 2011-06-22 20:09:05 +0000  87)         return 0;
 88 63663e38 Source/WebCore/storage/IDBDatabase.cpp (commit-queue at webkit.org 2011-06-22 20:09:05 +0000  88)     }
 89 63663e38 Source/WebCore/storage/IDBDatabase.cpp (commit-queue at webkit.org 2011-06-22 20:09:05 +0000  89)

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