mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 23:33:07 +00:00
FATE/dnn: fix stack buffer overflow
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
This commit is contained in:
parent
e6625ca41f
commit
7c145b6441
@ -203,7 +203,7 @@ static int test_with_mode_constant(void)
|
||||
params.paddings[3][1] = 2;
|
||||
|
||||
operands[0].data = input;
|
||||
operands[0].dims[0] = 3;
|
||||
operands[0].dims[0] = 1;
|
||||
operands[0].dims[1] = 2;
|
||||
operands[0].dims[2] = 2;
|
||||
operands[0].dims[3] = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user