summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 18:51:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 18:51:47 +1100
commitb5082e90a13c9c9f96f1aed894f70f6f00737396 (patch)
tree188bbc53212f0e93f5ae6fe4a8f995c7052586ee /ChangeLog
parent75694dbe77c56c127a2d2cfd443a0d591f441a55 (diff)
- dtucker@cvs.openbsd.org 2009/12/06 23:53:54
[sftp.c] fix potential divide-by-zero in sftp's "df" output when talking to a server that reports zero files on the filesystem (Unix filesystems always have at least the root inode). From Steve McClellan at radisys, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94fb34c3b..cb64d640e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -99,6 +99,11 @@
99 [roaming_common.c] 99 [roaming_common.c]
100 use socklen_t for getsockopt optlen parameter; reported by 100 use socklen_t for getsockopt optlen parameter; reported by
101 Steve.McClellan AT radisys.com, ok dtucker@ 101 Steve.McClellan AT radisys.com, ok dtucker@
102 - dtucker@cvs.openbsd.org 2009/12/06 23:53:54
103 [sftp.c]
104 fix potential divide-by-zero in sftp's "df" output when talking to a server
105 that reports zero files on the filesystem (Unix filesystems always have at
106 least the root inode). From Steve McClellan at radisys, ok djm@
102 107
10320091226 10820091226
104 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 109 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1