summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-24 05:59:17 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-24 05:59:17 +0300
commit6589e3df668a170d72f4e39da0b64a930b2bbff3 (patch)
tree06aff2a61db9ec5a28c53b98c6cffb91e810f321 /NEWS
parentssh/key-type.h: Add parent object to the key structure (diff)
downloadguile-ssh-6589e3df668a170d72f4e39da0b64a930b2bbff3.tar.gz
NEWS: Update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f6d341e..bf6f6fe 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
* Unreleased
** Remove dependency on libgcrypt added by a mistake
+** Fix "double free or corruption" error on GC'ing of keys
+ Fix "double free or corruption" error that occures in case when a key was
+ derived from an authentication message by means of `message-get-req'. When
+ such a key is GC'ed then GC'ing of its parent message leads to error, or
+ vice versa.
** Fix a bug in the channel implementation
The bug could occasionally manifest itself on channel reading as the
following error: