[FFmpeg-devel] [PATCH] vp9: change type of tile_size from unsigned to int64_t
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Mon Jun 8 21:41:54 CEST 2015
On 07.06.2015 21:03, Luca Barbato wrote:
> On 07/06/15 19:02, Andreas Cadhalpun wrote:
>> Otherwise the check 'tile_size < size' treats a negative size as
>> unsigned, causing the check to pass. This subsequently leads to
>> segmentation faults.
>>
>> This was originally fixed as part of Libav commit 72ca83, so the
>> original author is one of the following developers:
>> Anton Khirnov <anton at khirnov.net>
>> Diego Biurrun <diego at biurrun.de>
>> Luca Barbato <lu_zero at gentoo.org>
>> Martin Storsjö <martin at martin.st>
>>
>> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
>> ---
>>
>> Does someone still remember who authored this particular change,
>> so that he can get proper attribution?
>
> I'm not sure about the others but it is enough that you mention the
> people involved and use your name for the commit to me.
OK, I'll do that then.
Best regards,
Andreas
More information about the ffmpeg-devel
mailing list