diff options
author | JUN FANG <jun_fang@foxitsoftware.com> | 2015-05-13 14:34:28 -0700 |
---|---|---|
committer | JUN FANG <jun_fang@foxitsoftware.com> | 2015-05-13 14:34:28 -0700 |
commit | 130c7d1c5bb4bd983e4b8fd75ea8aecea5a2c0d8 (patch) | |
tree | 40fa6956e147d8455180eeaf5aea62f071233197 /pdfium.gyp | |
parent | e83c77e9a68f2e0ac7632ac40f5b09a0e888093a (diff) | |
download | pdfium-130c7d1c5bb4bd983e4b8fd75ea8aecea5a2c0d8.tar.xz |
Fix a global buffer overflow issue in CXFA_ItemLayoutProcessor::CalculatePositionedContainerPos
BUG=471991
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1138993002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 8a1890948d..7d712c647c 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -928,6 +928,7 @@ 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', + 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', ], }, { |