summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-25 18:59:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-25 18:59:31 +1000
commit202c17be30b34a27ba831ed8ad22bffe46a24ae6 (patch)
treeeaf9cdd122bba6b7e9ad37befdb374a32f994486 /ChangeLog
parent20c4012e60128ad1b206b05423d30880651bcb5a (diff)
- djm@cvs.openbsd.org 2007/06/14 22:48:05
[ssh.c] when waiting for the multiplex exit status, read until the master end writes an entire int of data *and* closes the client_fd; fixes mux regression spotted by dtucker, ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c254ac3..d305669c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
- djm@cvs.openbsd.org 2007/06/14 21:43:25
[ssh.c]
handle EINTR when waiting for mux exit status properly
+ - djm@cvs.openbsd.org 2007/06/14 22:48:05
+ [ssh.c]
+ when waiting for the multiplex exit status, read until the master end
+ writes an entire int of data *and* closes the client_fd; fixes mux
+ regression spotted by dtucker, ok dtucker@
20070612
- (dtucker) OpenBSD CVS Sync
@@ -2882,4 +2887,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4635.2.14 2007/06/25 08:43:03 dtucker Exp $
+$Id: ChangeLog,v 1.4635.2.15 2007/06/25 08:59:31 dtucker Exp $