summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-26 09:38:23 +1000
committerDamien Miller <djm@mindrot.org>2010-06-26 09:38:23 +1000
commit495663165f9ef1583249e690a8f654b312fbd40e (patch)
treee8cb1a44b23c048b4bd76b14b39a44b1b3bfcc8c /ChangeLog
parent7aa46ec393dd193d0a45ce7a5eb49413ead8789b (diff)
- djm@cvs.openbsd.org 2010/06/18 04:43:08
[sftp-client.c] fix memory leak in do_realpath() error path; bz#1771, patch from anicka AT suse.cz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b38b3ca0..6563597a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
[session.c]
Missing check for chroot_director == "none" (we already checked against
NULL); bz#1564 from Jan.Pechanec AT Sun.COM
+ - djm@cvs.openbsd.org 2010/06/18 04:43:08
+ [sftp-client.c]
+ fix memory leak in do_realpath() error path; bz#1771, patch from
+ anicka AT suse.cz
20100622
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512