[FFmpeg-devel] [PATCH 2/3] vorbisdec: replace get_bits with get_bitsz where n can be 0

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Mon Jan 4 13:09:01 CET 2016


On 04.01.2016 02:31, Michael Niedermayer wrote:
> On Sun, Jan 03, 2016 at 11:44:02PM +0100, Andreas Cadhalpun wrote:
>>  vorbisdec.c |    5 +++++
>>  1 file changed, 5 insertions(+)
>> cb124c1de2cdbe783b2217af90f082cbc6e0a29f  0001-vorbisdec-reject-rangebits-0-with-non-0-partitions.patch
>> From 37170226888eb08fe1d98e31bed4a0a8199bd7e3 Mon Sep 17 00:00:00 2001
>> From: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
>> Date: Sun, 3 Jan 2016 19:11:24 +0100
>> Subject: [PATCH] vorbisdec: reject rangebits 0 with non-0 partitions
>>
>> This causes non-unique elements in floor_setup->data.t1.list, which
>> makes the stream undecodable according to the specification.
>>
>> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
>> ---
>>  libavcodec/vorbisdec.c | 5 +++++
>>  1 file changed, 5 insertions(+)
> 
> LGTM

Pushed.

Best regards,
Andreas



More information about the ffmpeg-devel mailing list