diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-18 17:46:52 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-18 17:46:52 +0000 |
commit | 0233af4f241c712b41a5d5dfc337cdfce8c63bc9 (patch) | |
tree | ec353562109786de34b60362bccfd4d76435cdfe /fxbarcode/BC_UtilCodingConvert.h | |
parent | 2486456feae06bd0dd2254f1569cf2cfb8d04104 (diff) | |
download | pdfium-0233af4f241c712b41a5d5dfc337cdfce8c63bc9.tar.xz |
Push/pop the graphics state stack when flattening.
When FPDFPage_Flatten() manipulates a content stream, it replaces the
content stream with a content stream array. The first element in the
array is the original content stream and the second element in the array
is the flattened annotations content. To make sure the original content
stream's graphics state stack does not affect the flattened annotations,
FPDFPage_Flatten() rewrites the original content stream to be:
q
$contents
Q
When FPDFPage_Flatten() manipulates a content stream array, it just
appends the flattened annotations as a new element in the array. This
may result in graphics state stack leaking out.
To fix this, wrap the content stream array to be:
["q", $content1, ..., $contentN, "Q"]
And then append the flattened annotations.
BUG=chromium:896366
Change-Id: Ic6499e39eb4c9f1fe45d037622bf02be724b6cae
Reviewed-on: https://pdfium-review.googlesource.com/c/44252
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxbarcode/BC_UtilCodingConvert.h')
0 files changed, 0 insertions, 0 deletions