|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
FFI: Avoid dangling cts->L. Reported by ZumiKua. (cherry picked from commit c94312d34) When executing cdata finalizer on some lua_State, this state is set to `cts->L`. If the state will be GC-ed and freed later, this reference becomes dangling, so any FFI callback will use this invalid reference. This patch fixes it by setting `cts->L` to the `mainthread` on the destruction of the referenced one. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#12134 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 1e5887d88)
5708 of 6047 branches covered (94.39%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
5 existing lines in 1 file now uncovered.21785 of 23517 relevant lines covered (92.64%)
3885555.18 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 5 |
95.69 |
-3.35% | src/lj_str.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 22917122584.1 | 89 |
92.99 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|