Bug 274872
Summary: | WebCore::XPath::Parser::Token contains uninitialized fields after construction | ||
---|---|---|---|
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: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 121082 | ||
Bug Blocks: |
David Kilzer (:ddkilzer)
WebCore::XPath::Parser::Token contains uninitialized fields after construction.
Regressed as instance variables in:
Use unique_ptr instead of deleteAllValues in XPath
https://bugs.webkit.org/show_bug.cgi?id=121082
<https://commits.webkit.org/140674@main>
However, these variables existed prior to that commit as a `%union` in `Source/WebCore/xml/XPathGrammar.y`.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128972339>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/29264