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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1560,6 +1560,7 @@ test("pdfium_unittests") { "testing/fx_string_testhelpers.cpp", "testing/fx_string_testhelpers.h", "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", + "xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp", ] deps = [ "//testing/gtest", |