[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Thu Aug 1 14:29:21 EST 2013
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 13/08/01 14:29:21
Modified files:
. : ChangeLog channels.c channels.h
Log message:
- (djm) [channels.c channels.h] bz#2135: On Solaris, isatty() on a non-
blocking connecting socket will clear any stored errno that might
otherwise have been retrievable via getsockopt(). A hack to limit writes
to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap
it in an #ifdef. Diagnosis and patch from Ivo Raisr.
Diff commands:
cvs -nQq rdiff -u -r1.6449 -r1.6450 openssh/ChangeLog
cvs -nQq rdiff -u -r1.315 -r1.316 openssh/channels.c
cvs -nQq rdiff -u -r1.106 -r1.107 openssh/channels.h
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6449;r2=1.6450&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.315;r2=1.316&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.h?r1=1.106;r2=1.107&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list