Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ abstract: >-
continuous fuzzing for Lua runtimes: PUC Rio Lua and LuaJIT.
It aims to make these open-source software more secure and
stable by combining modern fuzzing techniques with scalable,
distributed execution. As of July 2025, the project has
helped identify and fix 7 bugs in PUC Rio Lua, 27 bugs in
LuaJIT, and 6 bugs in Tarantool.
distributed execution. As of November 2025, the project has
helped identify and fix 9 issues in PUC Rio Lua, 27 issues in
LuaJIT, and 6 issues in Tarantool.
type: software
repository-code: "https://github.com/ligurio/lua-c-api-tests"
keywords:
Expand Down
7 changes: 7 additions & 0 deletions TROPHIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
https://groups.google.com/g/lua-l/c/Kng6FGlPjmc,
https://github.com/lua/lua/commit/6d53701c7a0dc4736d824fd891ee6f22265d0d68,
https://oss-fuzz.com/testcase-detail/5557969930747904
1. Assertion failure of `A <= ((1<<8)-1) && B <= ((1<<8)-1) && C <= ((1<<8)-1) && (k & ~1) == 0`,
https://groups.google.com/g/lua-l/c/F132crJ2D_8
https://github.com/ligurio/lua-c-api-tests/issues/155
1. An assertion is triggered in `luaK_storevar`,
https://groups.google.com/g/lua-l/c/Cfb5Yn0aJEU
https://issues.oss-fuzz.com/issues/455148340,
https://oss-fuzz.com/testcase-detail/5818389013790720

### LuaJIT

Expand Down