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

Side by Side Diff: third_party/expat/README.chromium

Issue 1151263010: Apply a patch from Mozilla to prevent an integer overflow in expat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the more common case for capitilization Created 5 years, 6 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 | « no previous file | third_party/expat/files/lib/xmlparse.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Expat XML Parser 1 Name: Expat XML Parser
2 Short Name: expat 2 Short Name: expat
3 URL: http://sourceforge.net/projects/expat/ 3 URL: http://sourceforge.net/projects/expat/
4 Version: 2.1.0 4 Version: 2.1.0
5 License: MIT 5 License: MIT
6 License File: files/COPYING 6 License File: files/COPYING
7 Security Critical: no 7 Security Critical: yes
8 8
9 Description: 9 Description:
10 This is Expat XML parser - very lightweight C library for parsing XML. 10 This is Expat XML parser - very lightweight C library for parsing XML.
11 Expat is distributed under an MIT license detailed in files/COPYING. 11 Expat is distributed under an MIT license detailed in files/COPYING.
12 12
13 We include it here because libjingle depends on it. 13 We include it here because libjingle depends on it.
14 14
15 Local Modifications: 15 Local Modifications:
16 Removed files that Chromium didn't need: 16 Removed files that Chromium didn't need:
17 lib/expat*.dsp 17 lib/expat*.dsp
(...skipping 13 matching lines...) Expand all
31 expat.dsw 31 expat.dsw
32 expat.dsw 32 expat.dsw
33 expat_config.h.in 33 expat_config.h.in
34 Edited: 34 Edited:
35 lib/winconfig.h (see winconfig.h.original for unmodified version) 35 lib/winconfig.h (see winconfig.h.original for unmodified version)
36 * Added check on line 1751 of xmltok_impl.c to patch a 36 * Added check on line 1751 of xmltok_impl.c to patch a
37 bug with the handling of utf-8 characters that leads to a crash. 37 bug with the handling of utf-8 characters that leads to a crash.
38 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) 38 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
39 * Prevent a compiler warning when compiling with 39 * Prevent a compiler warning when compiling with
40 WIN32_LEAN_AND_MEAN predefined. 40 WIN32_LEAN_AND_MEAN predefined.
41 lib/xmlparse.c (see xmlparse.c.original for unmodified version)
42 * Apply https://hg.mozilla.org/releases/mozilla-esr31/rev/2f3e78643f5c
43 to prevent an integer overflow.
41 Added files: 44 Added files:
42 lib/expat_config.h (a generated config file) 45 lib/expat_config.h (a generated config file)
OLDNEW
« no previous file with comments | « no previous file | third_party/expat/files/lib/xmlparse.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698