Skip to content

Commit 2362054

Browse files
committed
trophies: update and add lists with issues
Sync with Tarantool's trophies [1]. 1. https://github.com/tarantool/tarantool/wiki/Fuzzing
1 parent 68e6271 commit 2362054

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 August 2024, lua-c-api-tests has
18-
helped identify and fix 5 bugs in PUC Rio Lua and 18 bugs in
19-
LuaJIT.
18+
helped identify and fix 5 bugs in PUC Rio Lua, 23 bugs in
19+
LuaJIT, and 4 bugs in Tarantool.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"
2222
keywords:

TROPHIES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
### LuaJIT
1919

20+
1. ASSERT: `lj_obj_equal(tv, &tvk)`,
21+
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435,
22+
https://github.com/LuaJIT/LuaJIT/issues/9
2023
1. 0th register may be considered as `RID_NONE` in `asm_head_side`,
2124
https://github.com/LuaJIT/LuaJIT/issues/1016,
2225
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58555
@@ -60,6 +63,15 @@
6063
1. Uninitialized read in `predict_next()`,
6164
https://oss-fuzz.com/testcase-detail/5091141278564352
6265
https://github.com/LuaJIT/LuaJIT/issues/1226
66+
1. State is not restored during recording `__concat` metamethod in case of the OOM,
67+
https://github.com/LuaJIT/LuaJIT/issues/1298,
68+
https://issues.oss-fuzz.com/issues/372358472
69+
1. Unsinking the table with `IRFL_TAB_NOMM` leads to the assertion failure,
70+
https://github.com/LuaJIT/LuaJIT/issues/1052
71+
1. Multi-concat recording doesn't handle vararg/protected frames,
72+
https://github.com/LuaJIT/LuaJIT/issues/1164
73+
1. Incorrect narrowing for huge numbers,
74+
https://github.com/LuaJIT/LuaJIT/issues/1236
6375

6476
### Tarantool
6577

@@ -78,3 +90,4 @@
7890
1. https://www.lua.org/bugs.html
7991
1. https://github.com/google/oss-fuzz-vulns/tree/main/vulns/lua
8092
1. https://oss-fuzz.com/testcases?project=lua&open=yes
93+
1. https://github.com/tarantool/tarantool/wiki/Fuzzing

0 commit comments

Comments
 (0)