Bug 274872

Summary: WebCore::XPath::Parser::Token contains uninitialized fields after construction
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: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 121082    
Bug Blocks:    

David Kilzer (:ddkilzer)
Reported 2024-05-29 16:51:25 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-05-29 16:52:27 PDT
David Kilzer (:ddkilzer)
Comment 2 2024-05-29 17:01:00 PDT
Note You need to log in before you can comment on or make changes to this bug.