|
Hi all, We found an segmentation fault in lua_getlocal. POC: firsttime = true function foo() if firsttime then do print(debug.getlocal(3, 2 ^ 31)) end end end print(load(foo)) Version 5.4.0, git hash 34affe7a63fc5d842580a9f23616d057e17dfe27 Best, Yongheng And Rui Sent from Mail for Windows 10 |