commit | 61977614d84c7b4d6aeaecaa003977472d4114db | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 27 17:38:50 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 27 17:40:16 2015 +0200 |
tree | 1c62ab04f65a4dae91a3e5b079b4dabb2b3fae3e | |
parent | bc07c3a1f0403ea65a5c4f52583569c82385dc07 [diff] [blame] |
Fix memleak with repeated [gc]cm_setkey()
diff --git a/ChangeLog b/ChangeLog index d44463f..160c0fb 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -35,6 +35,8 @@ errors on use of deprecated functions. Bugfix + * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than + once on the same context. * Fix bug in ssl_mail_client when password is longer that username (found by Bruno Pape). * Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules