You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
cryptopp_aes128_cbc test is failing for me with "free(): invalid pointer" and valgrind reports "Invalid write of size 8" at CryptoPP::CBC_Decryption::ProcessData.
This commit ff6f963 was supposed to fix the issue, but I think it didn't change anything.
cipher.size() == 32 and string192.size() == 24 therefore decrypting cipher to string192 must overflow.
The text was updated successfully, but these errors were encountered:
cryptopp_aes128_cbc test is failing for me with "free(): invalid pointer" and valgrind reports "Invalid write of size 8" at
CryptoPP::CBC_Decryption::ProcessData
.This commit ff6f963 was supposed to fix the issue, but I think it didn't change anything.
cipher.size() == 32
andstring192.size() == 24
therefore decryptingcipher
tostring192
must overflow.The text was updated successfully, but these errors were encountered: