Skip to content

Commit ab3df30

Browse files
committed
trophies: update
1 parent 033f8f9 commit ab3df30

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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 15 bugs in
18+
helped identify and fix 5 bugs in PUC Rio Lua and 16 bugs in
1919
LuaJIT.
2020
type: software
2121
repository-code: "https://github.com/ligurio/lua-c-api-tests"

TROPHIES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
1. "heap-use-after-free" issue in `luaV_finishget`,
1313
https://groups.google.com/g/lua-l/c/s2hBcf8aLIU
1414
https://github.com/lua/lua/commit/88a50ffa715483e7187c0d7d6caaf708ebacf756
15+
1. Assertion in `luaK_codeABCk`,
16+
https://groups.google.com/g/lua-l/c/H0Iq-eAig94
1517

1618
### LuaJIT
1719

@@ -42,6 +44,17 @@
4244
https://github.com/LuaJIT/LuaJIT/issues/1169
4345
1. GC64 mode may overflow the `LJ_MAX_JSLOTS` limit for a stitched trace.,
4446
https://github.com/LuaJIT/LuaJIT/issues/1173
47+
1. State not restored during recording if `__concat` metamethod throws an error,
48+
https://github.com/LuaJIT/LuaJIT/issues/1234
49+
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69897
50+
1. Uninitialized `cts->L` and error handling issues in `recff_cdata_arith`,
51+
https://github.com/LuaJIT/LuaJIT/issues/1224
52+
1. OOM errors during GC step raising in the context of a JIT trace,
53+
https://github.com/LuaJIT/LuaJIT/issues/1247,
54+
https://github.com/tarantool/tarantool/issues/10290
55+
1. stack-buffer-overflow in `narrow_conv_backprop`,
56+
https://github.com/LuaJIT/LuaJIT/issues/1262,
57+
https://oss-fuzz.com/testcase?key=6250635821907968
4558

4659
### Tarantool
4760

0 commit comments

Comments
 (0)