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

tarantool / tarantool / 26043904892
88%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 03:54PM UTC
Jobs 1
Files 525
Run time 3min
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

18 May 2026 03:40PM UTC coverage: 87.679% (-0.01%) from 87.69%
26043904892

push

github

Buristan
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

70711 of 118960 branches covered (59.44%)

106335 of 121277 relevant lines covered (87.68%)

1376993.66 hits per line

Coverage Regressions

Lines Coverage ∆ File
16
90.82
-0.38% src/box/box.cc
8
60.84
-3.13% src/lib/core/fio.c
4
93.39
-0.43% src/box/xrow_update_field.c
4
92.95
-0.28% src/lib/core/fiber.c
2
81.38
-0.6% src/lib/core/coio.c
2
87.03
-0.29% src/lib/core/say.c
2
80.95
-9.52% src/lib/core/tt_sigaction.c
2
95.45
-4.55% src/lib/json/json.h
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
92.74
0.04% src/box/vinyl.c
1
90.3
-0.08% src/box/vy_log.c
1
92.3
0.2% src/box/vy_scheduler.c
1
89.8
-0.05% src/box/xrow.c
1
90.38
-1.92% src/lib/core/trigger.cc
1
91.68
-0.11% src/lib/swim/swim.c
1
97.37
-0.05% src/lib/vclock/vclock.c
Jobs
ID Job ID Ran Files Coverage
1 26043904892.1 18 May 2026 03:54PM UTC 525
87.68
GitHub Action Run
Source Files on build 26043904892
  • Tree
  • List 525
  • Changed 31
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 81a8ffb3 on github
  • Prev Build on master (#26029245381)
  • Next Build on master (#26107337334)
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