summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-06 08:22:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-06 08:22:05 +1000
commite52a260f16888ca75390f97de4606943e61785e8 (patch)
tree96f675ca426513f2ce1291f9f26643de097a6757 /ChangeLog
parent0cca17fa1819d3a0ba06a6db41ab3eaa8d769587 (diff)
- dtucker@cvs.openbsd.org 2013/06/05 12:52:38
[sshconnect2.c] Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27f0cfcfa..43a6e7d16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
40 When running sshd -D, close stderr unless we have explicitly requesting 40 When running sshd -D, close stderr unless we have explicitly requesting
41 logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch 41 logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch
42 so, err, ok dtucker. 42 so, err, ok dtucker.
43 - dtucker@cvs.openbsd.org 2013/06/05 12:52:38
44 [sshconnect2.c]
45 Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm
43 46
4420130602 4720130602
45 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy 48 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy