Ran
|
Jobs
1
|
Files
89
|
Run time
6min
|
Badge
Embed ▾
README BADGES
|
push
github
Fix limit check in narrow_conv_backprop(). Thanks to Sergey Kaplun. (cherry picked from commit e45fd4cb7) The function `narrow_conv_backprop()` does not include a limit check for the stack pointer (`nc->sp`), even though its value may change after several recursive calls. As a result, it leads to stack-buffer-overflow during the instruction narrowing. This patch adds the missing check. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199
5671 of 6025 branches covered (94.12%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
25 existing lines in 5 files now uncovered.21635 of 23431 relevant lines covered (92.33%)
2953660.92 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
92.5 |
-2.5% | src/lj_vmmath.c |
4 |
77.47 |
-0.31% | src/lj_opt_fold.c |
6 |
95.84 |
-0.42% | src/lj_record.c |
7 |
86.96 |
-0.67% | src/lj_crecord.c |
7 |
94.74 |
-4.78% | src/lj_str.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10989164176.1 | 89 |
92.7 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|