On Sunday, March 8, 2015 at 6:18:08 AM UTC-4, Ilya Bizyaev wrote:
>
> But why is FixedSizeAllocatorWithCleanup created?! SecByteBlock is defined 
> as SecBlock<byte>, where A is left default - A = AllocatorWithCleanup<T>, 
> and AllocatorWithCleanup doesn't call FixedSizeAllocatorWithCleanup, but 
> inherited from AllocatorBase!
> And the debugger doesn't show all this classes created and destroyed in 
> the call stack!
> I've got no idea...
>

What platform are you working on?

 I've seen similar, but its been a few years. I think I saw it on early iOS 
SDKs.

As a quick hack, open config.h and add the following:

    #undef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS

Add it around line 345, just after its been set.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to