Bug 273665
Summary: | WebCore::XMLDocumentParserScope does not restore xmlStructuredErrorContext properly | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | XML | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127468626>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/28078