summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-02-11 08:16:28 +1100
committerDamien Miller <djm@mindrot.org>2012-02-11 08:16:28 +1100
commit2ec0342ed4f1fcf4d7b140f9d91bc97c8025221a (patch)
treef92da16e93c9388f4f5777fc22bbd1349ff1f1d3 /ChangeLog
parenta2876db5e6a26c48bd2a20a9f347a1e668730845 (diff)
- djm@cvs.openbsd.org 2012/01/07 21:11:36
[mux.c] fix double-free in new session handler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 722be1b35..a5a1e927b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - djm@cvs.openbsd.org 2012/01/05 00:16:56 3 - djm@cvs.openbsd.org 2012/01/05 00:16:56
4 [monitor.c] 4 [monitor.c]
5 memleak on error path 5 memleak on error path
6 - djm@cvs.openbsd.org 2012/01/07 21:11:36
7 [mux.c]
8 fix double-free in new session handler
6 9
720120206 1020120206
8 - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms 11 - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms