| Code-Review | +1 |
Assume a value of 0 to prevent overflow.To be more specific: float-cast-overflow
line caps see ISO 32000-1:2008 table 52and line joins
Change-Id: Ifbae9d456b00a94729f665dae22165fe2344b676Can add a new line above with `Bug: 40498655, 485686789`
if (!pdfium::IsValueInRangeForNumericType<int>(num)) {Should `#include "core/fxcrt/numerics/safe_conversions.h"` for this.
float num = GetNumber(index);Move the impl into the .cpp file, considering it's no longer trivial?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |