weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.83k stars 1.49k forks source link

StringSource destructor #1161

Closed AliHisham149 closed 2 years ago

AliHisham149 commented 2 years ago

Hello, the AES provided sample code on crypto++ website gives me Unhandled exception at 0x00007FF9DCF1AC87 (ucrtbased.dll) in sadnibbahours.exe: 0xC0000005: Access violation reading location 0x0000012D00000001 in the delete_scalar.cpp file. My guess is it has something with the StringSource destructor or StrinkSink i'm not sure tho, if any one faced this problem. Thanks in advance