Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | Fix potentially uninitialized value.chromium/2880 | dsinclair | |
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 |