Skip to content

Commit b31b1d3

Browse files
committed
trophies: update tarantool issues
1 parent 62b2236 commit b31b1d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract: >-
1616
stable by combining modern fuzzing techniques with scalable,
1717
distributed execution. As of April 2025, the project has
1818
helped identify and fix 5 bugs in PUC Rio Lua, 26 bugs in
19-
LuaJIT, and 4 bugs in Tarantool.
19+
LuaJIT, and 6 bugs in Tarantool.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"
2222
keywords:

TROPHIES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435
9797
1. Recording of `__concat` in GC64 mode,
9898
https://github.com/LuaJIT/LuaJIT/issues/839
99+
1. Heap buffer overflow in the `lj_strfmt_pushvf` on stack overflow,
100+
https://issues.oss-fuzz.com/issues/394126186,
101+
https://github.com/tarantool/security/issues/143
102+
1. `IR_NEWREF` is missing a NaN check,
103+
https://issues.oss-fuzz.com/issues/42529868
104+
https://github.com/LuaJIT/LuaJIT/issues/1069
99105

100106
### Related issues
101107

0 commit comments

Comments
 (0)