File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-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 . Inconsistencies in Lua 5.4 Reference Manual,
28+ https://groups.google.com/g/lua-l/c/ZfJ7WDEVdIQ
29+ 1 . Assertion failure of ` A <= ((1<<8)-1) && B <= ((1<<8)-1) && C <= ((1<<8)-1) && (k & ~1) == 0 ` ,
30+ https://groups.google.com/g/lua-l/c/F132crJ2D_8
31+ https://github.com/ligurio/lua-c-api-tests/issues/155
32+ 1 . An assertion is triggered in ` luaK_storevar ` ,
33+ https://groups.google.com/g/lua-l/c/Cfb5Yn0aJEU
34+ https://issues.oss-fuzz.com/issues/455148340 ,
35+ https://oss-fuzz.com/testcase-detail/5818389013790720
36+ 1 . An assertion is triggered in ` luaG_errormsg ` ,
37+ https://groups.google.com/g/lua-l/c/5Quw1VKxfWI
38+ https://oss-fuzz.com/testcase-detail/6244357830410240
39+ https://issues.oss-fuzz.com/issues/458105624
2740
2841### LuaJIT
2942
You can’t perform that action at this time.
0 commit comments