RESOLVED FIXED 241162
WeakHashMap::ensure() may crash if the map contains null references
https://bugs.webkit.org/show_bug.cgi?id=241162
Summary WeakHashMap::ensure() may crash if the map contains null references
Chris Dumez
Reported 2022-05-31 16:30:23 PDT
WeakHashMap::ensure() may crash if the map contains null references, because the WeakHashMap iterator destructor can clear null references and the AddResult constructor copies and destroys the input iterator.
Attachments
Chris Dumez
Comment 1 2022-05-31 16:43:18 PDT
EWS
Comment 2 2022-06-01 09:59:30 PDT
Committed r295092 (251187@main): <https://commits.webkit.org/251187@main> Reviewed commits have been landed. Closing PR #1196 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-06-01 10:00:14 PDT
Note You need to log in before you can comment on or make changes to this bug.