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

tarantool / luajit / 28427785731
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/lj-1459-ub-carith_ptr
DEFAULT BRANCH: tarantool/master
Ran 30 Jun 2026 07:31AM 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

30 Jun 2026 07:28AM UTC coverage: 93.095% (-0.01%) from 93.105%
28427785731

push

github

ligurio
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

5720 of 6056 branches covered (94.45%)

Branch coverage included in aggregate %.

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

20 existing lines in 5 files now uncovered.

21839 of 23547 relevant lines covered (92.75%)

3972652.34 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
77.88
-1.01% src/lj_api.c
4
77.58
0.31% src/lj_opt_fold.c
3
97.61
-1.44% src/lj_str.c
2
92.0
-0.44% src/luajit.c
1
96.71
-0.05% src/lj_record.c
Jobs
ID Job ID Ran Files Coverage
1 28427785731.1 30 Jun 2026 07:31AM UTC 89
93.1
GitHub Action Run
Source Files on build 28427785731
  • 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 #28427785731
  • 8cfdccc9 on github
  • Prev Build on tarantool/master (#26690028088)
  • Next Build on ligurio/lj-1458-ub-lj_tab_new (#28530004386)
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