commit | 72473c6b09b61b5ea2a7bda7728062b89a46b394 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Wed Oct 07 09:01:03 2009 +1100 |
committer | Darren Tucker <dtucker@zip.com.au> | Wed Oct 07 09:01:03 2009 +1100 |
tree | c8166be5f1fdfcd660647955cf7607a634df4a76 | |
parent | 7bee06ab3b84c9f141666cc47abb349067551ef6 [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@