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

tarantool / tarantool / 5977889672
88%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2023 04:02PM UTC
Jobs 1
Files 496
Run time 32s
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: 86.343% (-0.03%) from 86.369%
5977889672

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

64040 of 115674 branches covered (0.0%)

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

95873 of 111037 relevant lines covered (86.34%)

2629383.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5977889672.1 25 Aug 2023 04:02PM UTC 0
86.34
GitHub Action Run
Source Files on build 5977889672
Detailed source file information is not available for this build.
  • Back to Repo
  • c480a867 on github
  • Prev Build on master (#5977261569)
  • Next Build on master (#5979455299)
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