Closed
Bug 782585
Opened 13 years ago
Closed 2 years ago
Audit nsSVGFilters.cpp to eliminate signed/unsigned mixing and to clamp user input values
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jwatt, Unassigned)
Details
There's a fair bit of mixing of signed/unsigned variables in nsSVGFilters.cpp. We should go through that file and eliminate these issues, and at the same time clamp user input values to prevent insane values being consumed by this code.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
I think this was all done when filters moved to gfx
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•