ffmpeg/libavformat
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header
ff_get_wav_header is reading data from a WAVE file and then uses it
(without validation) to malloc a buffer. It then proceeded to read
data into the buffer, without verifying that the allocation succeeded.

To address this, change ff_get_wav_header to return an error if
allocation failed, and adapted all calling code to handle that error.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-14 13:56:09 +02:00
..
2011-04-14 13:55:30 +02:00
2011-03-21 21:31:34 +01:00
2011-04-03 22:47:05 +02:00
2011-03-28 16:55:03 +02:00
2011-04-08 15:59:19 +02:00
2011-04-08 15:59:19 +02:00
2011-04-14 13:55:30 +02:00
2011-04-08 15:59:19 +02:00
2011-04-14 13:51:26 +02:00
2011-04-04 17:45:20 +02:00
2011-04-08 15:59:19 +02:00
2011-04-04 17:45:20 +02:00
2011-04-08 15:59:19 +02:00
2011-04-03 22:47:39 +02:00
2011-04-08 15:59:19 +02:00
2011-04-01 19:29:08 +02:00
2011-04-13 07:38:15 +02:00
2011-04-14 13:55:30 +02:00