Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

oss_utils.cc uses deprecated libxml functions #87

@josepharhar

Description

@josepharhar

xmlSAXParseMemory, which is used in oss_utils.cc, has been marked as deprecated in libxml, which I discovered while rolling new commits into chromium's copy of libxml:
https://chromium-review.googlesource.com/c/chromium/src/+/3863846
https://ci.chromium.org/ui/p/chromium/builders/try/linux-rel/1116534/overview

I'm not sure exactly how to migrate this off of xmlSAXParseMemory, but the comment says to use xmlNewSAXParserCtxt and xmlCtxtReadMemory instead.

cc @nwellnhof @b-maldoca @dtao-oss

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions