Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract: >-
It aims to make these open-source software more secure and
stable by combining modern fuzzing techniques with scalable,
distributed execution. As of August 2024, lua-c-api-tests has
helped identify and fix 5 bugs in PUC Rio Lua and 16 bugs in
helped identify and fix 5 bugs in PUC Rio Lua and 18 bugs in
LuaJIT.
type: software
repository-code: "https://github.com/ligurio/lua-c-api-tests"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ cd build && RUNS=100000 ctest -R luaL_gsub_test --verbose

### License

Copyright (C) 2022-2024 [Sergey Bronnikov](https://bronevichok.ru/),
Copyright (C) 2022-2025 [Sergey Bronnikov](https://bronevichok.ru/),
released under the ISC license. See a full Copyright Notice in the LICENSE file.
11 changes: 11 additions & 0 deletions TROPHIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
1. stack-buffer-overflow in `narrow_conv_backprop`,
https://github.com/LuaJIT/LuaJIT/issues/1262,
https://oss-fuzz.com/testcase?key=6250635821907968
1. Incorrect recording of `getmetatable()` for IO handlers,
https://github.com/LuaJIT/LuaJIT/issues/1279
1. Uninitialized read in `predict_next()`,
https://oss-fuzz.com/testcase-detail/5091141278564352
https://github.com/LuaJIT/LuaJIT/issues/1226

### Tarantool

Expand All @@ -67,3 +72,9 @@
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435
1. Recording of `__concat` in GC64 mode,
https://github.com/LuaJIT/LuaJIT/issues/839

### Related issues

1. https://www.lua.org/bugs.html
1. https://github.com/google/oss-fuzz-vulns/tree/main/vulns/lua
1. https://oss-fuzz.com/testcases?project=lua&open=yes
Loading