Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c1af37e58f3e83881c886d9bae51aae65899d940
https://github.com/WebKit/WebKit/commit/c1af37e58f3e83881c886d9bae51aae65899d940
Author: Pascoe <[email protected]>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/WebProcessProxy.cpp
Log Message:
-----------
Fix issue found by static analyzer after281966@main
https://bugs.webkit.org/show_bug.cgi?id=278036
rdar://133779171
Reviewed by Charlie Wolfe.
Here parameters->backForwardItemID is being used after being moved above.
To fix this issue we move parameters->backForwardItemID to a local variable
before parameters is moved.
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::shouldSendPendingMessage):
Canonical link: https://commits.webkit.org/282188@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes