| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Limit the maximum destination image size in CStretchEngine
Pick a sufficiently large, though arbitrary limit for CStretchEngine's
destination image width/height. This avoids undefined behavior if a
dimension is INT_MIN. Make this check publicly available as
CStretchEngine::IsValidDestinationDimension() and use it in
CFX_SkiaDeviceDriver::StartDIBitsSkia() as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |