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

tarantool / tarantool / 26164894919
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/gh-8095-synchro-promote-part5
DEFAULT BRANCH: master
Ran 20 May 2026 02:21PM UTC
Jobs 1
Files 480
Run time 2min
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

20 May 2026 01:13PM UTC coverage: 86.131% (+0.03%) from 86.106%
26164894919

push

github

locker
uri: fix a crash due to long URI in uri.format()

The function `uri.format()` creates a Lua string using ffi.string()
with a length greater than a length of the passed buffer, this
leads to a crash under AddressSanitizer due to use-after-poison.
The patch fixes the aforementioned problem. First time the function
`builtin.uri_format()` is calling with default length (1024) and
if returned length is greater than default length, then
`builtin.uri_format()` is called second time.

The patch also fixes a wrong type in an FFI function declaration
and enables a test `uri_parse_test.lua` previously blocked by the
fixed bug.

Fixes tarantool/security#151

NO_DOC=bugfix

(cherry picked from commit 81a8ffb38)

63693 of 115148 branches covered (55.31%)

94689 of 109936 relevant lines covered (86.13%)

1907580.2 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
89.63
-0.61% src/box/memtx_engine.cc
3
97.61
-0.23% src/box/memtx_tx.c
3
89.46
-0.21% src/box/vy_scheduler.c
2
85.13
-0.74% src/lib/core/coio.c
1
90.31
0.16% src/box/applier.cc
1
87.18
0.56% src/box/box.cc
1
96.14
-0.19% src/box/relay.cc
1
96.55
-1.15% src/histogram.c
1
98.23
-0.06% src/lib/salad/bps_tree.h
1
91.45
-0.11% src/lib/swim/swim.c
1
80.99
-0.26% src/main.cc
Jobs
ID Job ID Ran Files Coverage
1 26164894919.1 20 May 2026 02:21PM UTC 480
86.13
GitHub Action Run
Source Files on build 26164894919
  • Tree
  • List 480
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f2f39201 on github
  • Prev Build on release/2.11 (#25110007300)
  • Next Build on release/2.11 (#26288092068)
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