summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 09:01:03 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 09:01:03 +1100
commit72473c6b09b61b5ea2a7bda7728062b89a46b394 (patch)
treec8166be5f1fdfcd660647955cf7607a634df4a76 /ChangeLog
parent7bee06ab3b84c9f141666cc47abb349067551ef6 (diff)
- djm@cvs.openbsd.org 2009/09/01 14:43:17
[ssh-agent.c] fix a race condition in ssh-agent that could result in a wedged or spinning agent: don't read off the end of the allocated fd_sets, and don't issue blocking read/write on agent sockets - just fall back to select() on retriable read/write errors. bz#1633 reported and tested by "noodle10000 AT googlemail.com"; ok dtucker@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fbca0934..e961d1a2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,6 +73,13 @@
73 - djm@cvs.openbsd.org 2009/08/31 21:01:29 73 - djm@cvs.openbsd.org 2009/08/31 21:01:29
74 [sftp-server.8] 74 [sftp-server.8]
75 document -e and -h; prodded by jmc@ 75 document -e and -h; prodded by jmc@
76 - djm@cvs.openbsd.org 2009/09/01 14:43:17
77 [ssh-agent.c]
78 fix a race condition in ssh-agent that could result in a wedged or
79 spinning agent: don't read off the end of the allocated fd_sets, and
80 don't issue blocking read/write on agent sockets - just fall back to
81 select() on retriable read/write errors. bz#1633 reported and tested
82 by "noodle10000 AT googlemail.com"; ok dtucker@ markus@
76 83
7720091002 8420091002
78 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 85 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.