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

tarantool / tarantool / 25040565762
88%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 08:10AM UTC
Jobs 1
Files 525
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

28 Apr 2026 07:46AM UTC coverage: 87.671% (+0.1%) from 87.538%
25040565762

push

github

locker
iproto: fix double-free of user name with multiple serving threads

When an IPROTO connection is created with `box.session.new()`, we
store a pointer to the same user name in each serving thread's runtime
credentials. Thus when the connection is deleted, the same user name
will be freed multiple times (once for each serving thread), which is
a bug. Let's fix it by creating a copy of the user name for each serving
thread.

The bug slipped through because luatest didn't detect bugs reported by
the address sanitizer at exit, see tarantool/luatest#460.

Closes #12631

NO_DOC=bug fix
NO_TEST=covered by existing tests

70668 of 118964 branches covered (59.4%)

5 of 5 new or added lines in 1 file covered. (100.0%)

29 existing lines in 14 files now uncovered.

106333 of 121286 relevant lines covered (87.67%)

1336036.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
89.64
-0.29% src/box/applier.cc
4
87.89
-0.26% src/box/vy_run.c
3
92.51
-0.13% src/box/vinyl.c
3
22.66
-0.04% src/lib/uri/uri_parser.c
2
90.83
0.0% src/box/box.cc
2
96.2
3.54% src/box/iproto.cc
2
85.85
-0.19% src/box/xlog.c
2
95.4
-2.3% src/lib/core/histogram.c
2
82.22
-4.44% src/lib/core/latch.h
1
96.31
-0.18% src/box/relay.cc
1
95.21
-0.53% src/box/vy_range.c
1
94.8
-0.21% src/box/vy_read_iterator.c
1
91.68
0.0% src/lib/swim/swim.c
1
97.41
-0.85% src/lib/vclock/vclock.c
Jobs
ID Job ID Ran Files Coverage
1 25040565762.1 28 Apr 2026 08:10AM UTC 525
87.67
GitHub Action Run
Source Files on build 25040565762
  • Tree
  • List 525
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 805df52f on github
  • Prev Build on master (#24988712507)
  • Next Build on master (#25063772613)
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