Ran
|
Files
89
|
Run time
4s
|
Badge
Embed ▾
README BADGES
|
push
github
Fix recording of __concat metamethod. Reported by Elias Oelschner. Analyzed by XmiliaH. (cherry-picked from commit 3ee3c9cfa) During the recording of `__concat` methametod, the `rec_mm_arith` function overrides stack slots that are not restored for GC64 mode later after the call. This leads to a segmentation fault later on. This patch fixes the issue by accounting for those additional slots in the array used for restoring stack values. Maxim Kokryashkin: * added the description and the test for the problem Part of tarantool/tarantool#9145
5422 of 6013 branches covered (0.0%)
Branch coverage included in aggregate %.
20754 of 23406 relevant lines covered (88.67%)
2800115.53 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|