Closed
Bug 1734583
Opened 3 years ago
Closed 3 years ago
Text cache retrieval should null check mCachedFields and verify the cache
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
Details
Attachments
(1 file)
In bug 1730093, I forgot that mCachedFields could be null. I also didn't call VERIFY_CACHE. I thought there was a reason VERIFY_CACHE wouldn't work here, but looking at it, I think I was wrong.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/208530fb4350
When retrieving text stuff from the cache, null check mCachedFields and also verify the cache. r=eeejay
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•