On 03/08/14 17:29, Diego Biurrun wrote: > From: Michael Niedermayer <[email protected]> > > Fixes CVE-2011-3935 > > Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind > Signed-off-by: Michael Niedermayer <[email protected]> > Signed-off-by: Diego Biurrun <[email protected]> > --- > > This is the version for the 0.8 branch. I have no sample to verify > the fix. > > avconv.c | 3 +++ > 1 file changed, 3 insertions(+) >
The proper way to fix it is wrap the get_buffer calls and check there, otherwise all the non-avconv users would still remain exposed to the issue I guess. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
