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(-)

-- 
2.11.0

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

Reply via email to