• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / luajit / 15491957553
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/luajit-performance-tests
DEFAULT BRANCH: tarantool/master
Ran 06 Jun 2025 01:50PM UTC
Jobs 1
Files 89
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jun 2025 12:39PM UTC coverage: 92.974% (-0.08%) from 93.058%
15491957553

push

github

Buristan
Fix JIT slot overflow during up-recursion.

Reported by Sergey Kaplun.

(cherry picked from commit 048972dbf)

In the case when LuaJIT is recording the side trace after the
up-recursion call, there is no check that the updated `maxslot` value
doesn't overflow the `LJ_MAX_JSLOTS` limit. If it records several huge
returns in a row, the overflow of the aforementioned limit may occur.
This triggers an assertion failure in `rec_check_slots()`.

This patch fixes it by adding the corresponding check in the
`lj_record_ret()`.

Sergey Kaplun:
* added the description and the test for the problem

Resolves tarantool/security#145
Part of tarantool/tarantool#11278

Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org>
Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
(cherry picked from commit ad2f3014e)

5703 of 6042 branches covered (94.39%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

23 existing lines in 6 files now uncovered.

21755 of 23491 relevant lines covered (92.61%)

3832007.19 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
97.28
-0.18% src/lj_trace.c
2
87.73
-0.17% src/lj_crecord.c
2
96.49
-0.15% src/lj_record.c
2
92.0
-0.44% src/luajit.c
6
94.74
-4.31% src/lj_str.c
10
77.8
-1.01% src/lj_api.c
Jobs
ID Job ID Ran Files Coverage
1 15491957553.1 06 Jun 2025 01:50PM UTC 89
92.97
GitHub Action Run
Source Files on build 15491957553
  • Tree
  • List 89
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #15491957553
  • e9ad873e on github
  • Prev Build on tarantool/release/3.3 (#15488567382)
  • Next Build on tarantool/release/3.3 (#15508613268)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc