summaryrefslogtreecommitdiff
path: root/base/gxcllzw.c
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-04-09 09:40:05 +0100
committerChris Liddell <chris.liddell@artifex.com>2020-04-09 09:40:05 +0100
commit87688cd48fb52c305e159b785bd184232426a766 (patch)
treed1c485f37b750c16086e84e93ea75e7eb4a89dda /base/gxcllzw.c
parentc96962212ed44463b3bd5cf34f3f790e9d14cd0b (diff)
downloadghostpdl-87688cd48fb52c305e159b785bd184232426a766.tar.gz
Bug 702322: fix uninitalized data reads
gs_scan_token() keeps a local copy of the scanner state, and copies from and to the scanner state that is passed into it. There are several code paths that can leave some important entries in the structure uninitalized when we copy the local copy to the parameter. This just ensures those specific entries are always set to *something* sane.
Diffstat (limited to 'base/gxcllzw.c')
0 files changed, 0 insertions, 0 deletions