File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ 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 July 2025, the project has
18- helped identify and fix 7 bugs in PUC Rio Lua, 27 bugs in
19- LuaJIT, and 6 bugs in Tarantool.
18+ helped identify and fix 11 issues in PUC Rio Lua, 27 issues in
19+ LuaJIT, and 6 issues in Tarantool.
2020type : software
2121repository-code : " https://github.com/ligurio/lua-c-api-tests"
2222keywords :
Original file line number Diff line number Diff line change 2424 https://groups.google.com/g/lua-l/c/Kng6FGlPjmc ,
2525 https://github.com/lua/lua/commit/6d53701c7a0dc4736d824fd891ee6f22265d0d68 ,
2626 https://oss-fuzz.com/testcase-detail/5557969930747904
27+ 1 . Assertion failure of ` A <= ((1<<8)-1) && B <= ((1<<8)-1) && C <= ((1<<8)-1) && (k & ~1) == 0 ` ,
28+ https://groups.google.com/g/lua-l/c/F132crJ2D_8
29+ https://github.com/ligurio/lua-c-api-tests/issues/155
30+ 1 . An assertion is triggered in ` luaK_storevar ` ,
31+ https://groups.google.com/g/lua-l/c/Cfb5Yn0aJEU
32+ https://issues.oss-fuzz.com/issues/455148340 ,
33+ https://oss-fuzz.com/testcase-detail/5818389013790720
2734
2835### LuaJIT
2936
You can’t perform that action at this time.
0 commit comments