Hi. I am trying to use the Crypto++ in a sample application, but I am
getting the following error message:
In memory integrity check failed. This may be caused by debug breakpoints
or DLL relocation.
Unhandled exception at 0x593D3472 (ucrtbase.dll) in Crypto.exe: An invalid
parameter was passed to a function that considers invalid parameters fatal.
It is difficult to pinpoint, however, exactly where this error occurs.
>From what I can tell, though, it is occurring in the Crypto++ filters.cpp
file at the following bolded line:
void StreamTransformationFilter::NextPutMultiple(const byte *inString,
size_t length)
{
size_t len = m_optimalBufferSize;
...
*inString += len;*
I am not sure why the code would attempt to add a size_t value to a const
byte* value, but I could be incorrect. Has anyone else experienced this
problem?
Thank you.
--
--
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.