File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ abstract: >-
16
16
stable by combining modern fuzzing techniques with scalable,
17
17
distributed execution. As of April 2025, the project has
18
18
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.
20
20
type : software
21
21
repository-code : " https://github.com/ligurio/lua-c-api-tests"
22
22
keywords :
Original file line number Diff line number Diff line change 96
96
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57435
97
97
1 . Recording of ` __concat ` in GC64 mode,
98
98
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
99
105
100
106
### Related issues
101
107
You can’t perform that action at this time.
0 commit comments