diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 18:51:47 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 18:51:47 +1100 |
commit | b5082e90a13c9c9f96f1aed894f70f6f00737396 (patch) | |
tree | 188bbc53212f0e93f5ae6fe4a8f995c7052586ee /ChangeLog | |
parent | 75694dbe77c56c127a2d2cfd443a0d591f441a55 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
103 | 20091226 | 108 | 20091226 |
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 |