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
SR-8560: XMLDocument on Linux crashes with a Segmentation Fault
- When returning an XMLNode, take a reference to the parent
XMLDocument to prevent the underlying libxml xml document
from being freed.
- This prevents the document being freed if a reference is still
held to a XMLNode but not the XMLDocument.
(cherry picked from commit aabed33)
0 commit comments