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

tarantool / tarantool / 5679132007
88%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2023 10:09AM UTC
Jobs 1
Files 490
Run time 15s
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:57AM UTC coverage: 86.099% (-0.006%) from 86.105%
5679132007

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

63504 of 115326 branches covered (55.06%)

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

95172 of 110538 relevant lines covered (86.1%)

2829853.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5679132007.1 27 Jul 2023 10:09AM UTC 0
86.1
GitHub Action Run
Source Files on build 5679132007
Detailed source file information is not available for this build.
  • Back to Repo
  • 0d5bd6b7 on github
  • Prev Build on master (#5678447615)
  • Next Build on master (#5679421533)
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