Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 475611f8b6a6eec6b3cd344107b743d355a805e6
https://github.com/WebKit/WebKit/commit/475611f8b6a6eec6b3cd344107b743d355a805e6
Author: Angelos Oikonomopoulos <[email protected]>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmFormat.cpp
M Source/JavaScriptCore/wasm/WasmFormat.h
M Source/JavaScriptCore/wasm/WasmTable.cpp
Log Message:
-----------
Fix boxedWasmCalleeLoadLocation assertion in WasmTable.cpp
https://bugs.webkit.org/show_bug.cgi?id=285101
Reviewed by Yusuke Suzuki.
boxedWasmCalleeLoadLocation used to be initialized to nullptr, but
that's no longer the case. It's initialized to Wasm::NullWasmCallee
instead and we need to turn that into a variable so that it'll have a
stable address we can compare against.
* Source/JavaScriptCore/wasm/WasmFormat.cpp:
* Source/JavaScriptCore/wasm/WasmFormat.h:
* Source/JavaScriptCore/wasm/WasmTable.cpp:
(JSC::Wasm::FuncRefTable::setFunction):
Canonical link: https://commits.webkit.org/288249@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