Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/sgm5YcmgyD
GNU General Public License v3.0
130 stars 18 forks source link

LuaJIT pointer operations may have odd behavior #4

Closed Rerumu closed 2 years ago

Rerumu commented 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.