]> andersk Git - openssh.git/blobdiff - ChangeLog
- djm@cvs.openbsd.org 2009/09/01 14:43:17
[openssh.git] / ChangeLog
index 5fbca0934c9c974c9b0475623105e5ca326b2458..e961d1a2f583022483c3ad455d855865ea4c4886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - djm@cvs.openbsd.org 2009/08/31 21:01:29
      [sftp-server.8]
      document -e and -h; prodded by jmc@
+   - 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@
 
 20091002
  - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
This page took 1.849051 seconds and 4 git commands to generate.