summaryrefslogtreecommitdiff
path: root/third_party/libtiff/0007-uninitialized-value.patch
AgeCommit message (Collapse)Author
2016-10-03Fix potentially uninitialized value.chromium/2880dsinclair
Depending on what ReadOK does it's possible for |dircount16| to be used without being initialized. The read code calls back into PDFium specific code which then calls into the stream reading code. Initialize the value to be sure it is set. BUG=chromium:651632 Review-Url: https://codereview.chromium.org/2389993002