Firefox · SpiderMonkey
CVE-2026-4721
Memory Corruption in SpiderMonkey
Overview
High
Severity
—
CVSS
No
Exploited ITW
Fixed
Fix Status
Files Changed
js/src/jit/MIR-wasm.h
Patch
diff --git a/js/src/jit/MIR-wasm.h b/js/src/jit/MIR-wasm.h
index 5384977e567..2e16b759b25 100644
--- a/js/src/jit/MIR-wasm.h
+++ b/js/src/jit/MIR-wasm.h
@@ -1358,7 +1358,6 @@ class MWasmLoadTableElement : public MBinaryInstruction,
wasm::RefType refType)
: MBinaryInstruction(classOpcode, elements, index) {
setResultType(MIRType::WasmAnyRef);
- setMovable();
setWasmRefType(wasm::MaybeRefType(refType));
}
Loading diff…
References
On This Page