| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Fix length botch in CPDF_StreamContentParser::FindColorSpace()
`name` starts with the 6-character prefix "Device" per if-statement, but
`Substr(7)` skips the first 7 characters. For "DeviceCMYK" it results in
"DefaultMYK". The intent here was clearly to look up "DefaultCMYK".
Flaw detected by Gemini review of previous patch.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |