I've just checked in the fix.
--------------------------------------------------
From: "Robert Roessler" <
roessler@...>
Sent: Sunday, July 05, 2009 12:45 PM
To: "Wei Dai" <
weidai@...>
Cc: "Crypto++ Users" <
cryptopp-users@...>
Subject: Re: Seg fault in x64dll.asm in x64 Release configuration
>
> Wei Dai wrote:
>> Yes, that should be the right fix. Thanks for reporting this bug and
>> providing the fix.
>
> Is this change going into the SVN repo?
>
>> --------------------------------------------------
>> From: "Andrew Bromba"<
Andrew.Bromba@...>
>> Sent: Friday, July 03, 2009 2:59 AM
>> To: "Crypto++ Users"<
cryptopp-users@...>
>> Subject: Re: Seg fault in x64dll.asm in x64 Release configuration
>>
>>>
>>> Hello again,
>>>
>>> changing the line 69 in x64dll.asm from
>>>
>>> mov rdi, QWORD PTR [?g_cacheLineSize@CryptoPP@@3IA]
>>>
>>> to
>>>
>>> mov edi, DWORD PTR [?g_cacheLineSize@CryptoPP@@3IA]
>>>
>>> solved the problem for me. Please confirm that what I am doing makes
>>> sense, because I am not used to assembly language:
>
> Robert
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to
cryptopp-users-unsubscribe@....
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---