Signed-off-by: Baozeng Ding
The argument `frame` for avcodec_receive_frame function is user controlled. If
a null pointer is passed from the user, it will cause a segmentation fault.
---
libavcodec/decode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/decode.c b/libavcodec/deco
Signed-off-by: Baozeng Ding
The argument `frame` for avcodec_receive_frame function is user controlled. If
a null pointer is passed from the user, it will cause a segmentation fault.
---
libavcodec/decode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/decode.c b/libavcodec/deco
Baozeng (2018-06-25):
> The argument `frame` for avcodec_receive_frame function is user
> controlled. If a null pointer is passed from the user, it will cause a
> segmentation fault.
Nack. Passing NULL there is a bug by the user, it needs to be fixed by
the user. This patch would make it harder to
0001-Add-null-check-for-the-frame-pointer.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel