[FFmpeg-devel] [PATCH 0/1] bug: test pointer to be used.

2021-01-04 Thread AlexisWilke
rs set to NULL. That would allow you to verify this fix properly. AlexisWilke (1): bug: test pointer to be used. libavformat/allformats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.17.1 ___ ffmpeg-devel mailing list ffm

[FFmpeg-devel] [PATCH 1/1] bug: test pointer to be used.

2021-01-04 Thread AlexisWilke
Two tests check the opposite pointer before using it. If only one of these is set to a valid pointer, one of these functions will crash, the other will ignore the pointer. --- libavformat/allformats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/allformats.c