summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJUN FANG <jun_fang@foxitsoftware.com>2015-05-13 14:34:28 -0700
committerJUN FANG <jun_fang@foxitsoftware.com>2015-05-13 14:34:28 -0700
commit130c7d1c5bb4bd983e4b8fd75ea8aecea5a2c0d8 (patch)
tree40fa6956e147d8455180eeaf5aea62f071233197 /BUILD.gn
parente83c77e9a68f2e0ac7632ac40f5b09a0e888093a (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9e05bab390..b9be538e0b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",