diff options
author | Tom Sepez <tsepez@chromium.org> | 2014-11-06 15:00:36 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2014-11-06 15:00:36 -0800 |
commit | 09a22a6cd9758e630202d1730aaa8fd7898c91cb (patch) | |
tree | 4cc9b016ee1b8743889728371dd36a22a7b9ea38 /LICENSE | |
parent | d9ecee1065cf391979dee0051b53fb5ff729ca2e (diff) | |
download | pdfium-09a22a6cd9758e630202d1730aaa8fd7898c91cb.tar.xz |
Fix bug with reading from uninitialized variable found by VC++'s /analyze.
The flag variable is conditionally initialized but unconditionally read.
Warning was:
src\fpdfapi\fpdf_page\fpdf_page_pattern.cpp(274) : warning C6001:
Using uninitialized memory 'flag'.
BUG=427616
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/703213004
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions