-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed flexible arrays to satisfy UBSAN
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lua
updated
40 files
+2 −2 | lapi.c | |
+7 −2 | lauxlib.c | |
+15 −14 | lcode.c | |
+0 −3 | lcode.h | |
+128 −90 | ldebug.c | |
+1 −0 | ldebug.h | |
+7 −3 | ldo.c | |
+0 −1 | ldo.h | |
+12 −8 | lgc.c | |
+24 −7 | lmathlib.c | |
+0 −9 | loadlib.c | |
+1 −1 | lobject.c | |
+24 −10 | lobject.h | |
+4 −4 | lopcodes.h | |
+6 −6 | lparser.c | |
+3 −3 | lstate.c | |
+1 −2 | lstate.h | |
+7 −6 | lstring.c | |
+27 −12 | ltable.c | |
+0 −2 | ltable.h | |
+3 −2 | ltests.c | |
+2 −3 | ltm.h | |
+10 −2 | lua.c | |
+33 −22 | lua.h | |
+9 −0 | luaconf.h | |
+2 −2 | lundump.c | |
+1 −2 | lundump.h | |
+38 −40 | lvm.c | |
+1 −1 | manual/2html | |
+22 −11 | manual/manual.of | |
+0 −14 | testes/calls.lua | |
+5 −3 | testes/coroutine.lua | |
+13 −4 | testes/db.lua | |
+7 −4 | testes/errors.lua | |
+4 −4 | testes/files.lua | |
+30 −20 | testes/main.lua | |
+37 −20 | testes/pm.lua | |
+1 −1 | testes/sort.lua | |
+3 −0 | testes/strings.lua | |
+2 −0 | testes/utf8.lua |