Closed Rerumu closed 2 years ago
Tracking this issue: https://github.com/LuaJIT/LuaJIT/issues/775
When doing reads and writes on large outputs, odd behavior may very rarely occur. This could end in undefined behavior in the script and even segmentation faults.
Mainly affects load_i32 in conjunction with store_i64.
load_i32
store_i64
Tracking this issue: https://github.com/LuaJIT/LuaJIT/issues/775
When doing reads and writes on large outputs, odd behavior may very rarely occur. This could end in undefined behavior in the script and even segmentation faults.
Mainly affects
load_i32
in conjunction withstore_i64
.