[FFmpeg-devel] [PATCH v2 0/4] Some unchecked allocation fixes

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Oct 25 15:56:19 CEST 2013


The case note in the first set seems to still be failing.

Derek Buitenhuis (4):
  timefilter: Handle memory allocation failure
  avfiltergraph: Properly handle memory allocation failure
  avio: Check for memory allocation failure of private data
  h264: Check all allocations

 libavcodec/h264.c           | 37 ++++++++++++++++++++++++++-----------
 libavdevice/jack_audio.c    |  4 ++++
 libavdevice/timefilter.c    |  8 ++++++++
 libavdevice/timefilter.h    |  2 ++
 libavdevice/v4l2.c          |  2 ++
 libavfilter/avfiltergraph.c | 13 +++++++++++++
 libavformat/avio.c          |  7 +++++++
 7 files changed, 62 insertions(+), 11 deletions(-)

-- 
1.8.4.rc3



More information about the ffmpeg-devel mailing list