[FFmpeg-devel] [PATCH 1/2] checkasm: add sbrdsp tests

James Almer jamrial at gmail.com
Fri Jun 30 17:47:31 EEST 2017


On 6/30/2017 10:55 AM, Michael Niedermayer wrote:
> On Thu, Jun 29, 2017 at 10:53:06PM -0300, James Almer wrote:
>> On 6/29/2017 10:14 PM, Henrik Gramner wrote:
>>> On Fri, Jun 30, 2017 at 1:58 AM, Michael Niedermayer
>>> <michael at niedermayer.cc> wrote:
>>>> Program received signal SIGSEGV, Segmentation fault.
>>>> 0x0000000000684919 in ff_sbr_hf_gen_sse ()
>>>
>>>>    0x0000000000684909 <ff_sbr_hf_gen_sse+25>:   sub    %r9,%r8
>>>
>>>> => 0x0000000000684919 <ff_sbr_hf_gen_sse+41>:   movaps (%rsi,%r8,1),%xmm0
>>>
>>>> r9             0xdeadbeef00000080       -2401053092612145024
>>>
>>> Another case of a 32-bit int being used as part of a 64-bit operation.
>>
>> I can't reproduce it on my ArchLinux x86_64 environment for some reason,
>> but based on what you said i assume the attached patch should fix it.
> 
> no crash occurs here with this, so it seems fixed
> 
> thx

Applied then.


More information about the ffmpeg-devel mailing list