It breaks inside secblock.h line: 288

 void Assign(const T *t, size_type len)
 {
 New(len);
 memcpy_s(m_ptr, m_size*sizeof(T), t, len*sizeof(T)); //<--BREAKS HERE
 }



On Friday, May 12, 2017 at 9:43:08 AM UTC-7, Farukh Sharipov wrote:
>
> Thank you Jeffrey 
>
> I do know how to use debugger and google :). 
>
> Since issue is coming up in *Release* and not *Debug* I can't step inside 
> the Crypto++ it just breaks on this line: 
>
> StringSource s(message, true, new HashFilter(hash, new HexEncoder(new 
> StringSink(digest))));
>
> Best Regards
> Farukh Sharipov
>
>
> On Thursday, May 11, 2017 at 4:53:03 PM UTC-7, Jeffrey Walton wrote:
>>
>>
>>
>> Does anyone came across this issue before? How can I track what could be 
>>> causing this issue?
>>>
>>
>> https://msdn.microsoft.com/en-us/library/y740d9d3.aspx and 
>> https://www.google.com/search?q=how+to+use+visual+studio+debugger. 
>>
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to