Bug 273665

Summary: WebCore::XMLDocumentParserScope does not restore xmlStructuredErrorContext properly
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: XMLAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

David Kilzer (:ddkilzer)
Reported 2024-05-02 18:46:08 PDT
WebCore::XMLDocumentParserScope does not restore xmlStructuredErrorContext properly when it goes out of scope. Currently it does not store the original value of xmlStructuredErrorContext, and it uses the value of xmlGenericErrorContext to "restore" xmlStructuredErrorContext.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-02 18:46:23 PDT
David Kilzer (:ddkilzer)
Comment 2 2024-05-02 18:57:45 PDT
Note You need to log in before you can comment on or make changes to this bug.