Don't free cryptogram in the store_cipher_body to avoid possible double free memory...
authorCryptoManiac <balthazar@yandex.ru>
Mon, 2 May 2016 18:08:55 +0000 (21:08 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Mon, 2 May 2016 18:10:49 +0000 (21:10 +0300)
commit4d905779e14862463e3701cecb87c70e65662c98
treee66c04d1a542516367934e938d12fa6af334aa02
parent45f11251a5d0f237161e864c4ad873a7cb62ace6
Don't free cryptogram in the store_cipher_body to avoid possible double free memory corruption.

The cryptogram pointer is already freed in the end of ecies_encrypt function.
src/ecies.cpp