Closed
Bug 1617880
Opened 6 years ago
Closed 6 years ago
Make RecyclingSourceSurface use NotNull for member pointers
Categories
(Core :: Graphics: ImageLib, task, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
There are concerns in bug 1616004 that perhaps RecyclingSourceSurface is being initialized with null pointers, or somehow otherwise gets into that state. This should not be possible. Let's just wrap them in NotNull to reassure ourselves.
| Assignee | ||
Comment 1•6 years ago
|
||
We are seeing some crash reports with RecyclingSourceSurface containing
null pointers in the signature. The proto signature doesn't make any
sense however. Let's use NotNull to reassure ourselves that there isn't
something going wrong when we create RecyclingSourceSurface.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb4ff187fbec
Make RecyclingSourceSurface use NotNull for member pointers. r=tnikkel
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•