Skip to content

Commit bc4b37e

Browse files
committed
trophies: update PUC Rio Lua and LuaJIT issues
1 parent bfac9d7 commit bc4b37e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ abstract: >-
1414
continuous fuzzing for Lua runtimes: PUC Rio Lua and LuaJIT.
1515
It aims to make these open-source software more secure and
1616
stable by combining modern fuzzing techniques with scalable,
17-
distributed execution. As of April 2025, the project has
18-
helped identify and fix 5 bugs in PUC Rio Lua, 26 bugs in
17+
distributed execution. As of July 2025, the project has
18+
helped identify and fix 7 bugs in PUC Rio Lua, 27 bugs in
1919
LuaJIT, and 6 bugs in Tarantool.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"

TROPHIES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
https://groups.google.com/g/lua-l/c/CCpPLX1ug3A,
2121
https://oss-fuzz.com/testcase-detail/6073198411579392,
2222
https://github.com/lua/lua/commit/f9e35627ed26dff4114a1d01ff113d8b4cc91ab5
23+
1. UBsan: member access within null pointer of type 'struct TString',
24+
https://groups.google.com/g/lua-l/c/Kng6FGlPjmc,
25+
https://github.com/lua/lua/commit/6d53701c7a0dc4736d824fd891ee6f22265d0d68,
26+
https://oss-fuzz.com/testcase-detail/5557969930747904
2327

2428
### LuaJIT
2529

@@ -81,9 +85,16 @@
8185
1. Assertion failure when flushing already flushed trace,
8286
https://github.com/LuaJIT/LuaJIT/issues/1345
8387
1. Read from already collected string data in case of the error in loadfile,
84-
https://github.com/LuaJIT/LuaJIT/issues/1353
88+
https://github.com/LuaJIT/LuaJIT/issues/1353,
89+
https://github.com/tarantool/security/issues/144,
90+
https://issues.oss-fuzz.com/issues/407592872
8591
1. JIT slots overflow for side-trace after up-recursion,
86-
https://github.com/LuaJIT/LuaJIT/issues/1358
92+
https://github.com/LuaJIT/LuaJIT/issues/1358,
93+
https://github.com/tarantool/security/issues/145
94+
1. Stack overflow in error handler during stack overflow,
95+
https://github.com/LuaJIT/LuaJIT/issues/1152,
96+
https://issues.oss-fuzz.com/issues/394126186,
97+
https://github.com/tarantool/security/issues/143
8798

8899
### Tarantool
89100

0 commit comments

Comments
 (0)