You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
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 usexmlNewSAXParserCtxtandxmlCtxtReadMemoryinstead.cc @nwellnhof @b-maldoca @dtao-oss