Skip to content

Commit 47b4bdd

Browse files
committed
trophies: update
1 parent ddc562b commit 47b4bdd

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-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 August 2024, lua-c-api-tests has
18-
helped identify and fix 5 bugs in PUC Rio Lua, 23 bugs in
17+
distributed execution. As of April 2025, the project has
18+
helped identify and fix 5 bugs in PUC Rio Lua, 26 bugs in
1919
LuaJIT, and 4 bugs in Tarantool.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"

TROPHIES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
https://marc.info/?l=lua-l&m=170274071304413&w=2
1111
https://github.com/lua/lua/commit/5853c37a83ec66ccb45094f9aeac23dfdbcde671
1212
1. "heap-use-after-free" issue in `luaV_finishget`,
13-
https://groups.google.com/g/lua-l/c/s2hBcf8aLIU
13+
https://groups.google.com/g/lua-l/c/s2hBcf8aLIU,
14+
https://oss-fuzz.com/testcase-detail/5350818532360192,
1415
https://github.com/lua/lua/commit/88a50ffa715483e7187c0d7d6caaf708ebacf756
1516
1. Assertion in `luaK_codeABCk`,
16-
https://groups.google.com/g/lua-l/c/H0Iq-eAig94
17+
https://groups.google.com/g/lua-l/c/H0Iq-eAig94,
18+
https://oss-fuzz.com/testcase-detail/5166379907481600
19+
1. An assertion is triggered in `lgc.c:freeobj()`,
20+
https://groups.google.com/g/lua-l/c/CCpPLX1ug3A,
21+
https://oss-fuzz.com/testcase-detail/6073198411579392,
22+
https://github.com/lua/lua/commit/f9e35627ed26dff4114a1d01ff113d8b4cc91ab5
1723

1824
### LuaJIT
1925

@@ -72,6 +78,12 @@
7278
https://github.com/LuaJIT/LuaJIT/issues/1164
7379
1. Incorrect narrowing for huge numbers,
7480
https://github.com/LuaJIT/LuaJIT/issues/1236
81+
1. Assertion failure when flushing already flushed trace,
82+
https://github.com/LuaJIT/LuaJIT/issues/1345
83+
1. Read from already collected string data in case of the error in loadfile,
84+
https://github.com/LuaJIT/LuaJIT/issues/1353
85+
1. JIT slots overflow for side-trace after up-recursion,
86+
https://github.com/LuaJIT/LuaJIT/issues/1358
7587

7688
### Tarantool
7789

0 commit comments

Comments
 (0)