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

tarantool / luajit / 9664530612
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/lj-1432-1433-bad-for-loops
DEFAULT BRANCH: tarantool/master
Ran 25 Jun 2024 02:41PM 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

25 Jun 2024 02:38PM UTC coverage: 92.749% (-0.02%) from 92.773%
9664530612

push

github

Buristan
Avoid negation of signed integers in C that may hold INT*_MIN.

Reported by minoki.
Recent C compilers 'take advantage' of the undefined behavior.
This completely changes the meaning of expressions like (k == -k).

(cherry picked from commit 8a5e398c5)

This patch changes all possibly dangerous -x operations on integers to
the corresponding two's complement. Also, it removes all related UBSAN
suppressions, since they are fixed.

Also, this patch limits the `bit.tohex()` result by 254 characters.

There is no testcase for `strscan_oct()`, `strscan_dec()` or/and
`STRSCAN_U32` format since first the unary minus is parsed first and
only after the number itself is parsed during parsing C syntax. So the
error is raised in `cp_expr_prefix()` instead. For parsing the exponent
header, there is no testcase, since the power is limited by
`STRSCAN_MAXEXP`.

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

Part of tarantool/tarantool#9924
Relates to tarantool/tarantool#8473

5676 of 6025 branches covered (94.21%)

Branch coverage included in aggregate %.

24 of 31 new or added lines in 10 files covered. (77.42%)

33 existing lines in 6 files now uncovered.

21647 of 23434 relevant lines covered (92.37%)

2949750.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9664530612.1 25 Jun 2024 02:40PM UTC 0
92.75
GitHub Action Run
Source Files on build 9664530612
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9664530612
  • e586c7e8 on github
  • Prev Build on skaplun/lj-928-1193-sanitizer-fixes (#9663580998)
  • Next Build on skaplun/lj-928-1193-sanitizer-fixes (#9742223505)
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