[webkit-changes] [WebKit/WebKit] 7d541b: Cherry-pick 284277 at main (d1654394a866). https://bu...
Fujii Hironori
noreply at github.com
Thu Sep 26 14:57:32 PDT 2024
Branch: refs/heads/webkitglib/2.44
Home: https://github.com/WebKit/WebKit
Commit: 7d541b852833120d0fb4b74bb0981f1d806288fa
https://github.com/WebKit/WebKit/commit/7d541b852833120d0fb4b74bb0981f1d806288fa
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M Source/WebCore/workers/service/server/SWServer.cpp
Log Message:
-----------
Cherry-pick 284277 at main (d1654394a866). https://bugs.webkit.org/show_bug.cgi?id=279733
Fix use-after-move in SWServer::addRegistrationFromStore
https://bugs.webkit.org/show_bug.cgi?id=279733
Reviewed by Charlie Wolfe.
I observed an assertion failure when I started Window Debug
MiniBrowser on my PC.
> ASSERTION FAILED: !isHashTraitsEmptyValue<KeyTraits>(key)
`data` was used after move in SWServer::addRegistrationFromStore for
Windows port.
* Source/WebCore/workers/service/server/SWServer.cpp:
(WebCore::SWServer::addRegistrationFromStore):
Canonical link: https://commits.webkit.org/284277@main
Canonical link: https://commits.webkit.org/274313.445@webkitglib/2.44
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list