summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/README.chromium
blob: fb040fdba5b9cac839aced14080ea93488986121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: libxml
URL: http://xmlsoft.org
Version: 37ebf8a8b2789037792cfc0264b814d742cda2d9
CPEPrefix: cpe:/a:xmlsoft:libxml2:2.9.12
License: MIT
License File: src/Copyright
Security Critical: yes

Description:

libxml2 from libxml.org.

Modifications:

- chromium-issue-599427.patch: workaround for VS 2015 Update 2 code-gen bug
- chromium-issue-628581.patch: See https://crbug.com/628581#c18
- chromium-issue-894933.patch: Use ptrdiff_t instead of unsigned long for
    pointer differences in parser.c
- libxml2-2.9.4-security-CVE-2017-7376-nanohttp-out-of-bounds-write.patch:
    See https://crbug.com/708433
- libxml2-2.9.4-security-xpath-nodetab-uaf.patch: See https://crbug.com/705445
- chromium-issue-708434.patch: Guard against input counter overflow.
- chromium-issue-1138555.patch: Change TRUE to 1 for ICU68 which remove the
  #define of TRUE.
- Add helper classes in the chromium/ subdirectory.
- Delete various unused files, see chromium/roll.py

This import was generated by the chromium/roll.py script.