On Thu,  6 Jul 2017 18:34:19 +0100
Derek Buitenhuis <derek.buitenh...@gmail.com> wrote:

> As per the C standard:
> 
>     Where an argument declared as size_t n specifies the length of the
>     array for a function, n can have the value zero on a call to that
>     function. Unless explicitly stated otherwise in the description of
>     a particular function in this subclause, pointer arguments on such
>     a call shall still have valid values, as described in 7.1.4.
> 
> Derek Buitenhuis (2):
>   concatdec: Do not pass NULL to memcmp
>   mpegtsenc: Don't pass NULL to memcpy
> 
>  libavformat/concatdec.c | 2 +-
>  libavformat/mpegtsenc.c | 2 ++
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 

Both LGTM.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to