Fix build stack traceback in DebugLib #7 #11

Closed
Enyby wants to merge 3 commits from patch-4 into master

3 Commits

Author SHA1 Message Date
Enyby
ac112c7570 Fix build stack traceback in DebugLib #7
If create huge table with a lot items (> 28000) then additional op code for store `c` out of range of op codes and this loop crash.
This PR add case for OP_SETLIST for skip next op if in it stored `c`.
OP_SETLIST not AMode OP 
70cb74b4d6/src/core/org/luaj/vm2/Lua.java (L319)
70cb74b4d6/src/core/org/luaj/vm2/Lua.java (L335)
2018-07-02 04:57:23 +03:00
Benjamin P. Jung
4d4a040a6b Rename README.html to README.md and add notice.
To make sure that everyone knows immediately how this repository happend to be created, I felt that it might be a good idea to add a short notice about the project's heritage.
2018-01-26 22:47:25 +01:00
Benjamin P. Jung
70cb74b4d6 Migrate CVS project to Git 2015-08-27 15:50:46 +02:00