[Webkit-unassigned] [Bug 209987] Use-after-move of `formState` in WebCore::PolicyChecker::checkNavigationPolicy()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 14:32:00 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209987

--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Not sure the best way to fix this.  Should WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction() be changed to take a RefPtr<FormState>&& instead of a FormState* and the `decisionHandler` just make a copy of `formState` instead of moving it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200403/e2cf38ce/attachment.htm>


More information about the webkit-unassigned mailing list