Files
newlib/winsup/cygwin/release/1.7.31
Corinna Vinschen e1d158a04f * exceptions.cc (exception::myfault_handle): Disable handling
STATUS_STACK_OVERFLOW.  Explain why.
2014-07-07 19:58:16 +00:00

18 lines
397 B
Plaintext

What's new:
-----------
- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
file to configure passwd/group handling.
What changed:
-------------
Bug Fixes
---------
- Don't catch STATUS_STACK_OVERFLOW preliminary on 64 bit.
Fixes: https://cygwin.com/ml/cygwin/2014-07/msg00046.html