On Tue, Dec 9, 2014 at 10:09 AM, Vittorio Giovara
<vittorio.giov...@gmail.com> wrote:
> On Tue, Dec 9, 2014 at 5:55 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
>> On 09/12/14 15:53, Vittorio Giovara wrote:
>>>
>>> From: Xiaohan Wang<xhw...@chromium.org>
>>> Date: Thu, 6 Nov 2014 12:59:54 -0800
>>> Subject: [PATCH] Fix read-after-free in matroska_read_seek().
>>>
>>> In matroska_read_seek(),|tracks|  is assigned at the begining of the
>>> function.
>>> However, functions like matroska_parse_cues() could reallocate the
>>> tracks so
>>> that|tracks|  can get invalidated.
>>>
>>> This CL assigns|tracks|  only before we use it so that it won't be
>>> invalidated.
>>>
>>> Bug-Id: 427266
>>
>>
>> probably not the right Bug-Id
>
> I think it's the right one but not public. Should I drop it?

It'll be better if you keep it but add a tag like chromium/427266

Timothy
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to