diff options
author | Damien Miller <djm@mindrot.org> | 2010-05-10 11:53:54 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-05-10 11:53:54 +1000 |
commit | 22a29880bb324983a997f6bc03484879cae1f912 (patch) | |
tree | c0874752be98e019c58db2d5078bb52ff9cffa1b /ChangeLog | |
parent | 85c50d7858424aa38a560142c04c93a70d50dff7 (diff) |
- djm@cvs.openbsd.org 2010/04/23 22:42:05
[session.c]
set stderr to /dev/null for subsystems rather than just closing it.
avoids hangs if a subsystem or shell initialisation writes to stderr.
bz#1750; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ | |||
10 | set "detach_close" flag when registering channel cleanup callbacks. | 10 | set "detach_close" flag when registering channel cleanup callbacks. |
11 | This causes the channel to close normally when its fds close and | 11 | This causes the channel to close normally when its fds close and |
12 | hangs when terminating a mux slave using ~. bz#1758; ok markus@ | 12 | hangs when terminating a mux slave using ~. bz#1758; ok markus@ |
13 | - djm@cvs.openbsd.org 2010/04/23 22:42:05 | ||
14 | [session.c] | ||
15 | set stderr to /dev/null for subsystems rather than just closing it. | ||
16 | avoids hangs if a subsystem or shell initialisation writes to stderr. | ||
17 | bz#1750; ok markus@ | ||
13 | 18 | ||
14 | 20100423 | 19 | 20100423 |
15 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir | 20 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir |