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

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

Issue 1873693002: Do not advance beyond the closing tag length in xmlParseEndTag2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr595262
Patch Set: Use patch from upstream bug. 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 | « no previous file | third_party/libxml/src/parser.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: libxml 1 Name: libxml
2 URL: http://xmlsoft.org 2 URL: http://xmlsoft.org
3 Version: 2.9.3 3 Version: 2.9.3
4 License: MIT 4 License: MIT
5 License File: src/Copyright 5 License File: src/Copyright
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 9
10 libxml2 from libxml.org. 10 libxml2 from libxml.org.
11 11
12 Modifications: 12 Modifications:
13 - Import https://git.gnome.org/browse/libxml2/commit/?id=a7a94612aa3b16779e2c74e 1fa353b5d9786c602 from upstream 13 - Import https://git.gnome.org/browse/libxml2/commit/?id=a7a94612aa3b16779e2c74e 1fa353b5d9786c602 from upstream
14 - Add helper classes in chromium/libxml_utils.cc and 14 - Add helper classes in chromium/libxml_utils.cc and
15 chromium/include/libxml/libxml_utils.h. 15 chromium/include/libxml/libxml_utils.h.
16 - Include fix for runtime blowups on larger xpath expressions, https://bugzilla. gnome.org/show_bug.cgi?id=760325 16 - Include fix for runtime blowups on larger xpath expressions, https://bugzilla. gnome.org/show_bug.cgi?id=760325
17 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+ /d31995076e55f1aac2f935c53b585a90ece27a11 17 - Fix printf format specifiers, https://chromium.googlesource.com/chromium/src/+ /d31995076e55f1aac2f935c53b585a90ece27a11
18 - Add workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427 18 - Add workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427
19 - Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=758588 for
20 https://crbug.com/595262#c16
19 21
20 To import a new snapshot: 22 To import a new snapshot:
21 23
22 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/. 24 On Linux, get the latest tar, untar, and replace src/ with libxml2-X.Y.Z/.
23 25
24 Generate config.h, include/libxml/xmlversion.h, and xml2-config: 26 Generate config.h, include/libxml/xmlversion.h, and xml2-config:
25 27
26 cd linux 28 cd linux
27 ../src/configure --without-iconv --with-icu --without-ftp --without-http \ 29 ../src/configure --without-iconv --with-icu --without-ftp --without-http \
28 --without-lzma 30 --without-lzma
(...skipping 18 matching lines...) Expand all
47 src/macos/libxml2.mcp.xml.sit.hqx 49 src/macos/libxml2.mcp.xml.sit.hqx
48 src/os400/ 50 src/os400/
49 src/python/ 51 src/python/
50 src/result/ 52 src/result/
51 src/test/ 53 src/test/
52 src/vms/ 54 src/vms/
53 src/win32/wince 55 src/win32/wince
54 src/VxWorks/ 56 src/VxWorks/
55 57
56 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc. 58 Update BUILD.gn and libxml.gyp as necessary to add/remove files, etc.
OLDNEW
« no previous file with comments | « no previous file | third_party/libxml/src/parser.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698