Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Limit number of string format elements to compile. Reported by pwnhacker0x18. (cherry picked from commit 4fc48c50f) When compiling `string.format()` with a huge sequence of elements, it is possible that too many KGC IRs underflow the IR buffer. This patch limits the maximum number of `string.format()` elements to be compiled to 100. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit d9e19aebc)
5682 of 6026 branches covered (94.29%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
20 existing lines in 4 files now uncovered.21658 of 23433 relevant lines covered (92.43%)
2948743.58 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
91.11 |
-0.32% | src/lj_alloc.c |
3 |
95.69 |
-1.91% | src/lj_str.c |
7 |
95.78 |
-0.47% | src/lj_record.c |
8 |
86.96 |
-0.75% | src/lj_crecord.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10733088351.1 | 89 |
92.81 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|