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

tarantool / luajit / 7798512423
89%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/lj-1459-ub-carith_ptr
DEFAULT BRANCH: tarantool/master
Ran 06 Feb 2024 10:54AM UTC
Jobs 1
Files 89
Run time 9s
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

06 Feb 2024 10:41AM UTC coverage: 88.921% (+0.01%) from 88.911%
7798512423

push

github

igormunkin
Fix zero stripping in %g number formatting.

Reported by pwnhacker0x18.

(cherry picked from commit 343ce0eda)

LuaJIT uses `lj_strfmt_wfnum()` for number formatting. In the situation
when the precision (`prec`) and amount of digits (`hilen`) for the
decimal representation are the same and `ndhi` == 0, the `ndlo` part
becomes 64 (the size of the `nd` stack buffer), and the overflow occurs.

This patch adds the corresponding mask (0x3f == 63) for the `ndlo`
incrementation result.

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

Part of tarantool/tarantool#9595

5407 of 5999 branches covered (0.0%)

Branch coverage included in aggregate %.

20711 of 23373 relevant lines covered (88.61%)

2742682.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7798512423.1 06 Feb 2024 10:54AM UTC 0
88.92
GitHub Action Run
Source Files on build 7798512423
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7798512423
  • 807e56ae on github
  • Prev Build on tarantool/master (#7798458690)
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