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) `narrow_conv_backprop()` misses the stack pointer (`nc->sp`) limit check after a bunch of recursive calls that may change its value. As a result, it leads to stack-buffer-overflow during the instruction narrowing. This patch adds a missing check. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199
5676 of 6025 branches covered (94.21%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
16 existing lines in 5 files now uncovered.21647 of 23431 relevant lines covered (92.39%)
2940097.01 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.2 |
-0.05% | src/lj_record.c |
1 |
99.04 |
-0.48% | src/lj_str.c |
2 |
77.63 |
-0.16% | src/lj_opt_fold.c |
2 |
91.96 |
-0.45% | src/luajit.c |
10 |
77.43 |
-1.01% | src/lj_api.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10558865385.1 | 89 |
92.76 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|