Closed GoogleCodeExporter closed 9 years ago
Actually, refcnt's should usually be a (s)size_t, that way you can't allocate
enough memory to make them overflow. An upside would be saving 4 bytes where
sizeof(size_t) < sizeof(long), which is chromeos, and android (I think).
Original comment by tsepez@chromium.org
on 1 May 2015 at 9:58
Fix for the first part:
https://pdfium.googlesource.com/pdfium/+/72fb2e8d680c697be06c4325ddc827c3989bf3c
1
Original comment by tsepez@chromium.org
on 1 May 2015 at 9:58
Fix for the second part:
https://pdfium.googlesource.com/pdfium/+/34989e42d94f0b4f982117032f29ae3cce1e1a3
9
Original comment by tsepez@chromium.org
on 1 May 2015 at 11:14
Original issue reported on code.google.com by
tsepez@chromium.org
on 1 May 2015 at 5:29