diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-30 22:23:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-30 22:23:01 +0000 |
commit | 4f96ae699cb92dbc12ea7e3b8e27df029f655176 (patch) | |
tree | 8c75cb7c50fec1006b40172e0a506ba10c31570a /winsup/cygwin/ChangeLog | |
parent | 73593ea1dde79ae684806254b083da6c0e746673 (diff) | |
download | newlib-4f96ae699cb92dbc12ea7e3b8e27df029f655176.zip newlib-4f96ae699cb92dbc12ea7e3b8e27df029f655176.tar.gz newlib-4f96ae699cb92dbc12ea7e3b8e27df029f655176.tar.bz2 |
* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retval
assignment to prevent race condition. Remove read_retval from return
statement.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e3642bf..bec423b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2002-11-29 Steve Osborn <bub@io.com> + + * fhandler_tty.cc (fhandler_pty_master::accept_input): Move + read_retval assignment to prevent race condition. Remove read_retval + from return statement. + 2002-11-29 Christopher Faylor <cgf@redhat.com> * pinfo.h (winpids::set): Renamed from init. |