Skip to content

Commit 46db698

Browse files
committed
trophies: update and add lists with issues
1 parent ef74f05 commit 46db698

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 16 bugs in
18+
helped identify and fix 5 bugs in PUC Rio Lua and 18 bugs in
1919
LuaJIT.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"

TROPHIES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
1. stack-buffer-overflow in `narrow_conv_backprop`,
5656
https://github.com/LuaJIT/LuaJIT/issues/1262,
5757
https://oss-fuzz.com/testcase?key=6250635821907968
58+
1. Incorrect recording of `getmetatable()` for IO handlers,
59+
https://github.com/LuaJIT/LuaJIT/issues/1279
60+
1. Uninitialized read in `predict_next()`,
61+
https://oss-fuzz.com/testcase-detail/5091141278564352
62+
https://github.com/LuaJIT/LuaJIT/issues/1226
5863

5964
### Tarantool
6065

@@ -67,3 +72,9 @@
6772
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435
6873
1. Recording of `__concat` in GC64 mode,
6974
https://github.com/LuaJIT/LuaJIT/issues/839
75+
76+
### Related issues
77+
78+
1. https://www.lua.org/bugs.html
79+
1. https://github.com/google/oss-fuzz-vulns/tree/main/vulns/lua
80+
1. https://oss-fuzz.com/testcases?project=lua&open=yes

0 commit comments

Comments
 (0)