[FFmpeg-devel] [PATCH 0/2] Needlessly (?) Anal C Spec Adherence Fixe

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Jul 6 20:34:19 EEST 2017


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



More information about the ffmpeg-devel mailing list