Closed
Bug 963795
Opened 12 years ago
Closed 11 years ago
Faulty crash: Assertion failure: mAccessMode == ACCESS_READ_WRITE || mAccessMode == ACCESS_READ_ONLY, at /hack/mozilla-central/gfx/layers/client/TextureClient.cpp:767
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bjacob, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
9.90 KB,
text/plain
|
Details | |
1.02 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Found by Christoph Diehl's "Faulty" fuzzer, see bug 777067.
STR described in bug 963790.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #8365345 -
Flags: review?(nical.bugzilla)
Updated•12 years ago
|
Attachment #8365345 -
Flags: review?(nical.bugzilla) → review+
Reporter | ||
Comment 2•12 years ago
|
||
Classification: non-protocol, bad assert on internal state, easy
Reporter | ||
Comment 3•11 years ago
|
||
This is client-side-only, and we're only fixing fuzzing bugs in parent-side code. The benefit of making clients resilient to fuzzing here is less than the benefit of having that assertion ensuring that we don't do this accidentally. INVALID.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•