Ran
|
Jobs
1
|
Files
89
|
Run time
13s
|
Badge
Embed ▾
README BADGES
|
push
github
FFI: Fix pragma push stack limit check and throw on overflow. Reported by Sergey Kaplun. (cherry-picked from commit 433d7e8d8) `cp->packstack` is the array of size `CPARSE_MAX_PACKSTACK` (7). Before the patch, `cp->curpack` is checked to be less than `CPARSE_MAX_PACKSTACK`, but then `cp->packstack` is accessed at `cp->curpack + 1`, which is out of bounds, so `cp->curpack` value is overwritten. This patch fixes a condition and also adds the error throw when counter is overflow (instead of rewriting a top `cp->packstack` value). Sergey Kaplun: * added the description and the test for the problem Resolves tarantool/tarantool#9339 Part of tarantool/tarantool#9145 Reviewed-by: Igor Munkin <imun@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5359 of 5975 branches covered (0.0%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
10 existing lines in 4 files now uncovered.20542 of 23305 relevant lines covered (88.14%)
2747899.4 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
95.91 |
-0.18% | src/lj_opt_mem.c |
2 |
91.11 |
-0.32% | src/lj_alloc.c |
3 |
72.64 |
-0.42% | src/lj_crecord.c |
4 |
94.74 |
-2.87% | src/lj_str.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6815578981.1 | 89 |
88.46 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|