Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9dbd0014372af3452dfda010cd51cf29ca145a08
https://github.com/WebKit/WebKit/commit/9dbd0014372af3452dfda010cd51cf29ca145a08
Author: David Kilzer <[email protected]>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp
Log Message:
-----------
Web Inspector: Fix use-after-move in
Inspector::InspectorDebuggerAgent::didCreateNativeExecutable()
https://bugs.webkit.org/show_bug.cgi?id=249064
<rdar://103204166>
Reviewed by Patrick Angle.
Fix use-after-move of `oldJITCodeRef` by using moved-to variable
in RELEASE_ASSERT() expressions.
* Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:
(Inspector::InspectorDebuggerAgent::didCreateNativeExecutable):
Canonical link: https://commits.webkit.org/257755@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes