From e6add79961fea650db1dd9bf2aa2670c9b0b158e Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Fri, 8 Aug 2025 16:13:27 +0300 Subject: [PATCH] trophies: update --- CITATION.cff | 6 +++--- TROPHIES.md | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7782d2d..2c417bd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: diff --git a/TROPHIES.md b/TROPHIES.md index 1e1feb9..7eeed20 100644 --- a/TROPHIES.md +++ b/TROPHIES.md @@ -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