Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
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
5689 of 6027 branches covered (94.39%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
1 existing line in 1 file now uncovered.21689 of 23435 relevant lines covered (92.55%)
2979690.03 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.63 |
0.92% | src/lj_crecord.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11349107354.1 | 89 |
92.93 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|