|
10 | 10 | https://marc.info/?l=lua-l&m=170274071304413&w=2
|
11 | 11 | https://github.com/lua/lua/commit/5853c37a83ec66ccb45094f9aeac23dfdbcde671
|
12 | 12 | 1. "heap-use-after-free" issue in `luaV_finishget`,
|
13 |
| - https://groups.google.com/g/lua-l/c/s2hBcf8aLIU |
| 13 | + https://groups.google.com/g/lua-l/c/s2hBcf8aLIU, |
| 14 | + https://oss-fuzz.com/testcase-detail/5350818532360192, |
14 | 15 | https://github.com/lua/lua/commit/88a50ffa715483e7187c0d7d6caaf708ebacf756
|
15 | 16 | 1. Assertion in `luaK_codeABCk`,
|
16 |
| - https://groups.google.com/g/lua-l/c/H0Iq-eAig94 |
| 17 | + https://groups.google.com/g/lua-l/c/H0Iq-eAig94, |
| 18 | + https://oss-fuzz.com/testcase-detail/5166379907481600 |
| 19 | +1. An assertion is triggered in `lgc.c:freeobj()`, |
| 20 | + https://groups.google.com/g/lua-l/c/CCpPLX1ug3A, |
| 21 | + https://oss-fuzz.com/testcase-detail/6073198411579392, |
| 22 | + https://github.com/lua/lua/commit/f9e35627ed26dff4114a1d01ff113d8b4cc91ab5 |
17 | 23 |
|
18 | 24 | ### LuaJIT
|
19 | 25 |
|
|
72 | 78 | https://github.com/LuaJIT/LuaJIT/issues/1164
|
73 | 79 | 1. Incorrect narrowing for huge numbers,
|
74 | 80 | https://github.com/LuaJIT/LuaJIT/issues/1236
|
| 81 | +1. Assertion failure when flushing already flushed trace, |
| 82 | + https://github.com/LuaJIT/LuaJIT/issues/1345 |
| 83 | +1. Read from already collected string data in case of the error in loadfile, |
| 84 | + https://github.com/LuaJIT/LuaJIT/issues/1353 |
| 85 | +1. JIT slots overflow for side-trace after up-recursion, |
| 86 | + https://github.com/LuaJIT/LuaJIT/issues/1358 |
75 | 87 |
|
76 | 88 | ### Tarantool
|
77 | 89 |
|
|
0 commit comments