|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
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 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 600dbbdab)
5667 of 6008 branches covered (94.32%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
13 existing lines in 5 files now uncovered.21586 of 23343 relevant lines covered (92.47%)
895518.32 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11353198368.1 | 0 |
92.85 |
GitHub Action Run |