summaryrefslogtreecommitdiff
path: root/chromium/third_party/expat/README.chromium
blob: a0af1e2d310fdc877a4e1d934c0a6e07116860d7 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name: Expat XML Parser
Short Name: expat
URL: http://sourceforge.net/projects/expat/
Version: 2.1.0
License: MIT
License File: files/COPYING
Security Critical: yes

Description:
  This is Expat XML parser - very lightweight C library for parsing XML.
  Expat is distributed under an MIT license detailed in files/COPYING.

  We include it here because libjingle depends on it.

Local Modifications:
  Removed files that Chromium didn't need:
    lib/expat*.dsp
    lib/Makefile.MPW
    amiga/*
    bcb5/*
    conftools/*
    doc/*
    examples/*
    tests/*
    vms/*
    win32/*
    xmlwf/*
    configure
    configure.in
    Makefile.in
    expat.dsw
    expat.dsw
    expat_config.h.in
  Edited:
    lib/winconfig.h (see winconfig.h.original for unmodified version)
      * Added check on line 1751 of xmltok_impl.c to patch a
        bug with the handling of utf-8 characters that leads to a crash.
    lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
      * Prevent a compiler warning when compiling with
        WIN32_LEAN_AND_MEAN predefined.
    lib/xmlparse.c (see xmlparse.c.original for unmodified version)
      * Apply https://hg.mozilla.org/releases/mozilla-esr31/rev/2f3e78643f5c
        to prevent an integer overflow.
  Added files:
    lib/expat_config.h (a generated config file)