unplugged-system/external/cronet/third_party/libxml
2025-10-06 13:59:42 +00:00
..
chromium Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
fuzz Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
linux Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
mac Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
win32 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
BUILD.gn Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
DEPS Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
DIR_METADATA Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
libxml_visibility.gni Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.chromium Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Name: libxml
URL: http://xmlsoft.org
Version: 9282b084315b141f77e32bb25e56096a6cd0fd16
CPEPrefix: cpe:/a:xmlsoft:libxml2:2.11.0
License: MIT
License File: src/Copyright
Security Critical: yes

Description:

libxml2 from libxml.org.

Modifications:

- chromium-issue-894933.patch: Use ptrdiff_t instead of unsigned long for
    pointer differences in parser.c
- libxml2-2.9.4-security-xpath-nodetab-uaf.patch: See https://crbug.com/705445
- undo-sax-deprecation.patch: Un-deprecate xmlSAXParseMemory because it is used
  in chromium's copy of maldoca. See https://github.com/google/maldoca/issues/87
- 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.