Bugzilla – Attachment 2322 Details for
Bug 2135
Solaris: race condition in channel forwarding when connect() returns EINPROGRESS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch for portable
diff-isatty-v01.patch (text/plain), 846 bytes, created by
Ivo Raisr
on 2013-07-31 23:12:21 AEST
(
hide
)
Description:
the patch for portable
Filename:
MIME Type:
Creator:
Ivo Raisr
Created:
2013-07-31 23:12:21 AEST
Size:
846 bytes
patch
obsolete
>--- openssh-6.2p2-orig/channels.h Sun Apr 22 03:21:10 2012 >+++ openssh-6.2p2-new/channels.h Wed Jul 31 14:44:04 2013 >@@ -102,7 +102,9 @@ > int sock; /* sock fd */ > int ctl_chan; /* control channel (multiplexed connections) */ > int isatty; /* rfd is a tty */ >+#ifdef _AIX > int wfd_isatty; /* wfd is a tty */ >+#endif > int client_tty; /* (client) TTY has been requested */ > int force_drain; /* force close on iEOF */ > time_t notbefore; /* Pause IO until deadline (time_t) */ >--- openssh-6.2p2-orig/channels.c Sun Dec 2 23:50:55 2012 >+++ openssh-6.2p2-new/channels.c Wed Jul 31 14:47:05 2013 >@@ -247,7 +247,9 @@ > > if ((c->isatty = is_tty) != 0) > debug2("channel %d: rfd %d isatty", c->self, c->rfd); >+#ifdef _AIX > c->wfd_isatty = is_tty || isatty(c->wfd); >+#endif > > /* enable nonblocking mode */ > if (nonblock) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2135
: 2322