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

tarantool / tarantool / 5679363120
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-12343
DEFAULT BRANCH: master
Ran 27 Jul 2023 10:38AM UTC
Jobs 1
Files 476
Run time 17s
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

27 Jul 2023 09:59AM UTC coverage: 85.791% (+0.007%) from 85.784%
5679363120

push

github

sergepetrenko
applier: fix use after free

Applier thread uses lsregion to allocate the messages for tx thread. The
messages are freed upon return to the applier thread using a
corresponding lsr_id.

Due to a typo, one of the lsregion allocations was made with a postfix
increment of lsr_id instead of the prefix one. Essentially, part of a
new message was allocated with an old lsr_id, and might be freed early
by a return of a previous message.

Fix this.

Closes #8848

NO_DOC=bugfix
NO_TEST=covered by asan in #8901
NO_CHANGELOG=bugfix

(cherry picked from commit 0d5bd6b7b)

62227 of 114076 branches covered (54.55%)

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

93189 of 108623 relevant lines covered (85.79%)

3001650.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5679363120.1 27 Jul 2023 10:38AM UTC 0
85.79
GitHub Action Run
Source Files on build 5679363120
Detailed source file information is not available for this build.
  • Back to Repo
  • 0c4293d7 on github
  • Prev Build on release/2.11 (#5669994993)
  • Next Build on release/2.11 (#5736505664)
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