Re: [libav-devel] [PATCH 1/1] arm: hpeldsp: prevent overreads in armv6 asm

2014-03-05 Thread Martin Storsjö
On Wed, 5 Mar 2014, Janne Grunau wrote: Based on a patch by Russel King Bug-Id: 646 CC: libav-sta...@libav.org --- libavcodec/arm/hpeldsp_armv6.S | 20 libavutil/arm/asm.S| 7 +++ 2 files changed, 19 insertions(+), 8 deletions(-) LGTM // Martin __

[libav-devel] [PATCH 1/1] arm: hpeldsp: prevent overreads in armv6 asm

2014-03-05 Thread Janne Grunau
Based on a patch by Russel King Bug-Id: 646 CC: libav-sta...@libav.org --- libavcodec/arm/hpeldsp_armv6.S | 20 libavutil/arm/asm.S| 7 +++ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/libavcodec/arm/hpeldsp_armv6.S b/libavcodec/arm/hpelds