| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const pdfium::span<const uint8_t, kSampleCount> r_samples_;Since these really point into the members of `transfer_func_`, which are `const FixedSizeDataVector<uint8_t>`, I'm not expecting any UAFs here.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Return fixed-size spans from CPDF_TransferFunc.
Then use fixed-sized spans in CPDF_TransferFuncDIB. The downside
is that we need to give up raw_span since it isn't a fixed size
span.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |