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

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

Build:
Build:
LAST BUILD BRANCH: skaplun/ffi-c-call-conventions
DEFAULT BRANCH: tarantool/master
Ran 10 Jun 2025 02:22PM UTC
Files 89
Run time 10min
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.1

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 %.

21792 of 23508 relevant lines covered (92.7%)

3869500.16 hits per line

Source Files on job 15562078962.1
  • 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 Build 15562078962
  • 5d129392 on github
  • Prev Job for on skaplun/lj-1353-loadfile-err-use-after-free (#15559377866.1)
  • Next Job for on skaplun/lj-1353-loadfile-err-use-after-free (#16003050569.1)
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