diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:08:00 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-08 17:08:00 +1100 |
commit | 876045b0fb273ee11b02c535833b076c875253dc (patch) | |
tree | 372ba1e8310e20e1874a5aac76ed3a7194aec9cb /ChangeLog | |
parent | 6e7fe1c01b8a69099ffc42e653cc478509e84781 (diff) |
- markus@cvs.openbsd.org 2009/11/11 21:37:03
[channels.c channels.h]
fix race condition in x11/agent channel allocation: don't read after
the end of the select read/write fdset and make sure a reused FD
is not touched before the pre-handlers are called.
with and ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,12 @@ | |||
51 | [sshconnect2.c channels.c sshconnect.c] | 51 | [sshconnect2.c channels.c sshconnect.c] |
52 | Set close-on-exec on various descriptors so they don't get leaked to | 52 | Set close-on-exec on various descriptors so they don't get leaked to |
53 | child processes. bz #1643, patch from jchadima at redhat, ok deraadt. | 53 | child processes. bz #1643, patch from jchadima at redhat, ok deraadt. |
54 | - markus@cvs.openbsd.org 2009/11/11 21:37:03 | ||
55 | [channels.c channels.h] | ||
56 | fix race condition in x11/agent channel allocation: don't read after | ||
57 | the end of the select read/write fdset and make sure a reused FD | ||
58 | is not touched before the pre-handlers are called. | ||
59 | with and ok djm@ | ||
54 | 60 | ||
55 | 20091226 | 61 | 20091226 |
56 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 | 62 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 |