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

tarantool / luajit / 15562078962
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/unified-debugger
DEFAULT BRANCH: tarantool/master
Ran 10 Jun 2025 02:22PM UTC
Jobs 1
Files 89
Run time 13min
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

10 Jun 2025 02:19PM UTC coverage: 93.06% (-0.02%) from 93.08%
15562078962

push

github

Buristan
Fix error generation in load*.

Reported by Sergey Kaplun.

(cherry picked from commit e76bb50d4)

The chunkname pointer to the "@filename" is put on the Lua stack
before the `lua_loadx()` and is removed right before the next
`lua_pushfstring()` in case of the error. If the GC takes the step
right at this moment inside `lua_pushfstring()` the string may be
collected, and the next read from this `chunkname + 1` is from the
deallocated memory.

This patch fixes this by using the source string (or the constant one)
instead.

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

Part of tarantool/tarantool#11278

5710 of 6045 branches covered (94.46%)

Branch coverage included in aggregate %.

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

18 existing lines in 5 files now uncovered.

21792 of 23508 relevant lines covered (92.7%)

3869500.16 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
78.44
-0.39% src/lj_opt_fold.c
6
95.69
-3.83% src/lj_str.c
3
93.09
-0.99% src/lj_ir.c
2
87.81
-0.17% src/lj_crecord.c
1
96.59
-0.05% src/lj_record.c
Jobs
ID Job ID Ran Files Coverage
1 15562078962.1 10 Jun 2025 02:22PM UTC 89
93.06
GitHub Action Run
Source Files on build 15562078962
  • 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 #15562078962
  • 5d129392 on github
  • Prev Build on tarantool/master (#15559377866)
  • Next Build on skaplun/lj-1353-loadfile-err-use-after-free (#16003050569)
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