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

tarantool / tarantool / 26164883019
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/gh-8095-synchro-promote-part5
DEFAULT BRANCH: master
Ran 20 May 2026 02:11PM UTC
Jobs 1
Files 520
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: 87.597% (+0.02%) from 87.574%
26164883019

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)

70172 of 118081 branches covered (59.43%)

105532 of 120474 relevant lines covered (87.6%)

1394517.93 hits per line

Coverage Regressions

Lines Coverage ∆ File
72
95.85
0.01% src/box/iproto.cc
9
88.14
-7.63% src/box/vy_regulator.c
4
89.42
-0.29% src/box/applier.cc
2
92.56
0.04% src/box/vinyl.c
2
93.39
-0.04% src/box/xrow_update_field.c
1
85.92
0.11% src/box/xlog.c
1
97.15
0.1% src/lib/msgpuck/msgpuck.h
1
22.62
-0.02% src/lib/uri/uri_parser.c
Jobs
ID Job ID Ran Files Coverage
1 26164883019.1 20 May 2026 02:11PM UTC 520
87.6
GitHub Action Run
Source Files on build 26164883019
  • Tree
  • List 520
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 792cb698 on github
  • Prev Build on release/3.6 (#25873532400)
  • Next Build on release/3.6 (#26288088959)
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