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

tarantool / luajit / 28530004386
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/lj-1459-ub-carith_ptr
DEFAULT BRANCH: tarantool/master
Ran 01 Jul 2026 03:50PM UTC
Jobs 1
Files 89
Run time 1min
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

01 Jul 2026 03:44PM UTC coverage: 93.223% (+0.004%) from 93.219%
28530004386

push

github

Buristan
Prevent sanitizer warnings for lj_tab_new*() and table.new().

Reported by Sergey Bronnikov.

(cherry picked from commit 8f421c81e)

The Undefined Behaviour Sanitizer [1] produces a warning because
the function `lua_createtable()` takes signed integer arguments,
but the `lj_tab_new_ah()` was not properly validating or converting
these signed values before using them in unsigned arithmetic.

The fix changes the signature of `lj_tab_new_ah()` to accept
uint32_t directly, and adjusts `lua_createtable()` to cast the
incoming signed int values to uint32_t before passing them.

[1]: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html

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

Part of tarantool/tarantool#12480

5734 of 6058 branches covered (94.65%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

13 existing lines in 3 files now uncovered.

21873 of 23556 relevant lines covered (92.86%)

3972153.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
88.69
-0.5% src/lj_crecord.c
6
77.11
-0.47% src/lj_opt_fold.c
1
96.66
-0.05% src/lj_record.c
Jobs
ID Job ID Ran Files Coverage
1 28530004386.1 01 Jul 2026 03:50PM UTC 89
93.22
GitHub Action Run
Source Files on build 28530004386
  • Tree
  • List 89
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28530004386
  • a2b3411d on github
  • Prev Build on tarantool/master (#28518757632)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc