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