OSDN Git Service

Fix memory corruption in case of memory allocation failure in av_probe_input_buffer()
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 27 Aug 2011 19:24:13 +0000 (21:24 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 27 Aug 2011 19:39:52 +0000 (21:39 +0200)
commit941bb552c6e08b40eb7d7842df19285cd650edd0
treea75f1e7e033974c17221b5446084630f55a3dee0
parent24ddfb2bdb8a02971c3932901bc87f233b23a12f
Fix memory corruption in case of memory allocation failure in av_probe_input_buffer()

Reported-by: Tanami Ohad
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c