On 07.11.2015 00:17, wm4 wrote:
> On Fri, 6 Nov 2015 23:56:52 +0100
> Andreas Cadhalpun wrote:
>> Attached is a patch increasing the buffer size to 10 and
>> adding an assert that s->bpp is not larger.
>
> I'm find with this, though I'm not (A)PNG maintainer.
On 07.11.2015 06:03, Paul B Mahol wr
On 11/6/15, Andreas Cadhalpun wrote:
> On 06.11.2015 22:29, wm4 wrote:
>> On Fri, 6 Nov 2015 22:18:04 +0100
>> Andreas Cadhalpun wrote:
>>
>>> This fixes a stack buffer overflow.
>>>
>>> Signed-off-by: Andreas Cadhalpun
>>> ---
>>> libavcodec/pngdec.c | 3 ++-
>>> 1 file changed, 2 insertions(+
On Fri, 6 Nov 2015 23:56:52 +0100
Andreas Cadhalpun wrote:
> On 06.11.2015 22:29, wm4 wrote:
> > On Fri, 6 Nov 2015 22:18:04 +0100
> > Andreas Cadhalpun wrote:
> >
> >> This fixes a stack buffer overflow.
> >>
> >> Signed-off-by: Andreas Cadhalpun
> >> ---
> >> libavcodec/pngdec.c | 3 ++-
> >
On 06.11.2015 22:29, wm4 wrote:
> On Fri, 6 Nov 2015 22:18:04 +0100
> Andreas Cadhalpun wrote:
>
>> This fixes a stack buffer overflow.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/pngdec.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/libavcodec/p
On Fri, 6 Nov 2015 22:18:04 +0100
Andreas Cadhalpun wrote:
> This fixes a stack buffer overflow.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/pngdec.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
> index 689aa2
This fixes a stack buffer overflow.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/pngdec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
index 689aa2b..c974654 100644
--- a/libavcodec/pngdec.c
+++ b/libavcodec/pngdec.c
@@ -1010,