README.chromium 937 B

123456789101112131415161718192021222324252627
  1. Name: libxml
  2. URL: http://xmlsoft.org
  3. Version: 5930fe01963136ab92125feec0c6204d9c9225dc
  4. CPEPrefix: cpe:/a:xmlsoft:libxml2:2.9.13
  5. License: MIT
  6. License File: src/Copyright
  7. Security Critical: yes
  8. Description:
  9. libxml2 from libxml.org.
  10. Modifications:
  11. - chromium-issue-628581.patch: See https://crbug.com/628581#c18
  12. - chromium-issue-894933.patch: Use ptrdiff_t instead of unsigned long for
  13. pointer differences in parser.c
  14. - libxml2-2.9.4-security-CVE-2017-7376-nanohttp-out-of-bounds-write.patch:
  15. See https://crbug.com/708433
  16. - libxml2-2.9.4-security-xpath-nodetab-uaf.patch: See https://crbug.com/705445
  17. - chromium-issue-708434.patch: Guard against input counter overflow.
  18. - chromium-issue-1138555.patch: Change TRUE to 1 for ICU68 which remove the
  19. #define of TRUE.
  20. - Add helper classes in the chromium/ subdirectory.
  21. - Delete various unused files, see chromium/roll.py
  22. This import was generated by the chromium/roll.py script.