Ran
|
Files
89
|
Run time
4s
|
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 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
5687 of 6027 branches covered (94.36%)
Branch coverage included in aggregate %.
21685 of 23435 relevant lines covered (92.53%)
2965856.83 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|