mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
8f00fa7f36
* spawn.cc (find_exec): Fix a name change in case of a symlink which can be opened as is. Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
21 lines
513 B
Plaintext
21 lines
513 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
- Fix potential hang in pseudo ttys when generating ECHO output while the slave
|
|
is flooding the pty with output.
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00019.html
|
|
|
|
- Fix potential premature SIGHUP in pty code.
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00070.html
|
|
|
|
- Fix a name change from symlink to target name in calls to execvp, system, etc.
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00270.html
|