[webkit-changes] [WebKit/WebKit] dcfebd: Protect m_debuggable in WebAutomationSession::~Web...
Ryosuke Niwa
noreply at github.com
Mon Oct 14 15:03:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dcfebd858e024e4d6961e4b18c118c1344e43b32
https://github.com/WebKit/WebKit/commit/dcfebd858e024e4d6961e4b18c118c1344e43b32
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp
Log Message:
-----------
Protect m_debuggable in WebAutomationSession::~WebAutomationSession()
https://bugs.webkit.org/show_bug.cgi?id=281444
Reviewed by Geoffrey Garen.
Protect the debuggable before calling a non-trivial function on it.
* Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp:
(WebKit::WebAutomationSession::~WebAutomationSession):
Canonical link: https://commits.webkit.org/285149@main
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