Re: [FFmpeg-devel] [PATCH 12/23] dnn/dnn_backend_native: Don't use asserts for checks

2021-03-10 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel On Behalf Of > Andreas Rheinhardt > Sent: 2021年3月11日 5:55 > To: ffmpeg-devel@ffmpeg.org > Cc: Andreas Rheinhardt > Subject: [FFmpeg-devel] [PATCH 12/23] dnn/dnn_backend_native: Don't use > asserts for checks &g

[FFmpeg-devel] [PATCH 12/23] dnn/dnn_backend_native: Don't use asserts for checks

2021-03-10 Thread Andreas Rheinhardt
asserts should not be used instead of ordinary input checks. Yet the native DNN backend did it: get_input_native() asserted that the first dimension was one, despite this value coming directly from the input file without having been sanitized. Signed-off-by: Andreas Rheinhardt --- get_input_nativ