Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: pdfium.gyp

Issue 1875673004: Fix integer issues leading to out of bounds access in fx_ge_text.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix naming Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/fxge/ge/fx_ge_text_embeddertest.cpp ('k') | testing/resources/bug_601362.pdf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 '<(DEPTH)/testing/gtest.gyp:gtest', 965 '<(DEPTH)/testing/gtest.gyp:gtest',
966 'pdfium', 966 'pdfium',
967 'test_support', 967 'test_support',
968 ], 968 ],
969 'sources': [ 969 'sources': [
970 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', 970 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp',
971 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp', 971 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp',
972 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', 972 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
973 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', 973 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp',
974 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', 974 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp',
975 'core/fxge/ge/fx_ge_text_embeddertest.cpp',
975 'fpdfsdk/fpdf_dataavail_embeddertest.cpp', 976 'fpdfsdk/fpdf_dataavail_embeddertest.cpp',
976 'fpdfsdk/fpdfdoc_embeddertest.cpp', 977 'fpdfsdk/fpdfdoc_embeddertest.cpp',
977 'fpdfsdk/fpdfedit_embeddertest.cpp', 978 'fpdfsdk/fpdfedit_embeddertest.cpp',
978 'fpdfsdk/fpdfext_embeddertest.cpp', 979 'fpdfsdk/fpdfext_embeddertest.cpp',
979 'fpdfsdk/fpdfformfill_embeddertest.cpp', 980 'fpdfsdk/fpdfformfill_embeddertest.cpp',
980 'fpdfsdk/fpdfsave_embeddertest.cpp', 981 'fpdfsdk/fpdfsave_embeddertest.cpp',
981 'fpdfsdk/fpdftext_embeddertest.cpp', 982 'fpdfsdk/fpdftext_embeddertest.cpp',
982 'fpdfsdk/fpdfview_c_api_test.c', 983 'fpdfsdk/fpdfview_c_api_test.c',
983 'fpdfsdk/fpdfview_c_api_test.h', 984 'fpdfsdk/fpdfview_c_api_test.h',
984 'fpdfsdk/fpdfview_embeddertest.cpp', 985 'fpdfsdk/fpdfview_embeddertest.cpp',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1062 ], 1063 ],
1063 }, 1064 },
1064 ] 1065 ]
1065 }], 1066 }],
1066 ] 1067 ]
1067 } 1068 }
OLDNEW
« no previous file with comments | « core/fxge/ge/fx_ge_text_embeddertest.cpp ('k') | testing/resources/bug_601362.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698