diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-10-28 18:36:28 +0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-10-28 18:36:28 +0800 |
commit | bf18cb6220aa19a64d2705640aad29d3f86ed04a (patch) | |
tree | 0f4854bd1ba7675fac2fd3deec353c5b84d78809 /BUILD.gn | |
parent | d43ebdd78a854ebdaa7de301321ef8e698541bd6 (diff) | |
download | pdfium-bf18cb6220aa19a64d2705640aad29d3f86ed04a.tar.xz |
A crasher due to lacking 'template' node in XFA file
A template node is mandatory in XFA file. Pdfium should
ignore processing it when no template node is found in
XFA file.
BUG=pdfium:216
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1423903002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1512,6 +1512,7 @@ test("pdfium_embeddertests") { "testing/embedder_test.h", "testing/embedder_test_mock_delegate.h", "testing/embedder_test_timer_handling_delegate.h", + "xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp", ] deps = [ "//testing/gmock", |