Skip to content

Commit ccec577

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 ccec577

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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)