|
Ran
|
Jobs
1
|
Files
478
|
Run time
41s
|
Badge
README BADGES
|
push
github
fiber: fix use-after-free on shutdown with lingering fiber join On Tarantool shutdown we destroy all the fibers in some sequence. We don't require that all the fibers are finished before shutdown. So it may turn out that we first destroy some alive fiber and then destroy another alive fiber which joins the first one. Currently we have use-after-free issue in this case because clearing `link` field of the second fiber changes `wake` field of the first fiber. Close #9406 NO_DOC=bugfix (cherry picked from commit 2f7ec9485)
62372 of 113443 branches covered (0.0%)
2 of 2 new or added lines in 1 file covered. (100.0%)
20 existing lines in 11 files now uncovered.93200 of 108591 relevant lines covered (85.83%)
2657867.68 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7016246755.1 | 0 |
85.83 |
GitHub Action Run |