[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 16:46:57 PDT 2020


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

--- Comment #7 from Alex Christensen <achristensen at apple.com> ---
I fixed a similar use-after-move in WebPageProxy::receivedNavigationPolicyDecision in r259307.  We should use std::exchange here and be well defined without changing behavior.

-- 
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/d11446fd/attachment.htm>


More information about the webkit-unassigned mailing list