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

tarantool / tarantool / 5977901146
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-10737
DEFAULT BRANCH: master
Ran 25 Aug 2023 04:08PM UTC
Jobs 1
Files 476
Run time 25s
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

25 Aug 2023 03:52PM UTC coverage: 85.871% (+0.007%) from 85.864%
5977901146

push

github

locker
fiber: fix use-after-free on fiber destroy/recycle

When fiber region is freed/destroyed and ENABLE_BACKTRACE is set then
`fiber_on_gc_truncate` callback is called. At this time both `used`
argument and `fiber->gc_initial_size` are equal to 0. Thus
`fiber->first_alloc_bt` is accessed which is already freed.

With a bad luck freeing fiber region can put slab back into slab arena.
So writing after free can change memory used by another thread.

Closes #9020

NO_TEST=tested by ASAN
NO_DOC=bugfix

(cherry picked from commit c480a8676)

62379 of 114202 branches covered (0.0%)

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

93361 of 108722 relevant lines covered (85.87%)

2641312.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5977901146.1 25 Aug 2023 04:09PM UTC 0
85.87
GitHub Action Run
Source Files on build 5977901146
Detailed source file information is not available for this build.
  • Back to Repo
  • 08565b5c on github
  • Prev Build on release/2.11 (#5977730177)
  • Next Build on release/2.11 (#5997429489)
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