File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ abstract: >-
1515 It aims to make these open-source software more secure and
1616 stable by combining modern fuzzing techniques with scalable,
1717 distributed execution. As of August 2024, lua-c-api-tests has
18- helped identify and fix 5 bugs in PUC Rio Lua and 15 bugs in
18+ helped identify and fix 5 bugs in PUC Rio Lua and 16 bugs in
1919 LuaJIT.
2020type : software
2121repository-code : " https://github.com/ligurio/lua-c-api-tests"
Original file line number Diff line number Diff line change 12121 . "heap-use-after-free" issue in ` luaV_finishget ` ,
1313 https://groups.google.com/g/lua-l/c/s2hBcf8aLIU
1414 https://github.com/lua/lua/commit/88a50ffa715483e7187c0d7d6caaf708ebacf756
15+ 1 . Assertion in ` luaK_codeABCk ` ,
16+ https://groups.google.com/g/lua-l/c/H0Iq-eAig94
1517
1618### LuaJIT
1719
4244 https://github.com/LuaJIT/LuaJIT/issues/1169
43451 . GC64 mode may overflow the ` LJ_MAX_JSLOTS ` limit for a stitched trace.,
4446 https://github.com/LuaJIT/LuaJIT/issues/1173
47+ 1 . State not restored during recording if ` __concat ` metamethod throws an error,
48+ https://github.com/LuaJIT/LuaJIT/issues/1234
49+ https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69897
50+ 1 . Uninitialized ` cts->L ` and error handling issues in ` recff_cdata_arith ` ,
51+ https://github.com/LuaJIT/LuaJIT/issues/1224
52+ 1 . OOM errors during GC step raising in the context of a JIT trace,
53+ https://github.com/LuaJIT/LuaJIT/issues/1247 ,
54+ https://github.com/tarantool/tarantool/issues/10290
55+ 1 . stack-buffer-overflow in ` narrow_conv_backprop ` ,
56+ https://github.com/LuaJIT/LuaJIT/issues/1262 ,
57+ https://oss-fuzz.com/testcase?key=6250635821907968
4558
4659### Tarantool
4760
You can’t perform that action at this time.
0 commit comments