[FFmpeg-devel] [PATCH 0/9] Fix various issues found by coverity

Timo Rothenpieler timo at rothenpieler.org
Wed Nov 8 20:17:44 EET 2017


Timo Rothenpieler (9):
  lavfi/paletteuse: check get_color return value
  avformat/hlsenc: allocate space for terminating null
  lavc/vaapi_decode: fix uninitialized use of variables
  avfilter/af_haas: validate par_m_source parameter
  avformat/fitsenc: validate input pixel format
  avfilter/vf_premultiply: make sure plane count is less than 4
  avfilter/vf_premultiply: fix memory-leak on failure
  movenc-test: fix potential uninitialized read
  avfilter/signature_lookup: fix potential uninitialized reads

 libavcodec/vaapi_decode.c      | 5 +++--
 libavfilter/af_haas.c          | 1 +
 libavfilter/signature_lookup.c | 2 +-
 libavfilter/vf_paletteuse.c    | 5 ++++-
 libavfilter/vf_premultiply.c   | 9 ++++++---
 libavformat/fitsenc.c          | 2 ++
 libavformat/hlsenc.c           | 2 +-
 libavformat/tests/movenc.c     | 2 +-
 8 files changed, 19 insertions(+), 9 deletions(-)

-- 
2.14.2



More information about the ffmpeg-devel mailing list