Closed
Bug 1230405
Opened 10 years ago
Closed 3 years ago
IndexedDB: mozCreateFileHandle("") hits an assertion failure
Categories
(Core :: Storage: IndexedDB, defect, P5)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | affected |
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
151 bytes,
text/html
|
Details |
Assertion failure: false (), at dom/indexedDB/ActorsParent.cpp:13382
| Reporter | ||
Comment 1•10 years ago
|
||
> if (NS_WARN_IF(params.name().IsEmpty())) {
> ASSERT_UNLESS_FUZZING();
> return false;
> }
ಠ_ಠ
Jesse, that means "unless fuzzing IPDL protocols". You shouldn't be able to hit those from JS alone. This is a real bug.
Updated•7 years ago
|
Priority: -- → P5
Comment 3•3 years ago
|
||
Wontfixing FileHandle bugs as bug 1500343 will remove it.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•