Re: program exit code, "at exit" handler and explicit close of shared objects

2019-11-05 Thread Roumen Petrov
Hello, As non-regular user I did tests when I have access to environment. Ken Brown wrote: On 10/29/2019 10:53 AM, Ken Brown wrote: On 10/26/2019 11:07 AM, Roumen Petrov wrote: First test is as is: [SNIP] I ran this second version of test-dlclose (with DLCLOSE_ATEXIT defined) under strac

Re: Cygwin 3.1.x fails if I have the use legacy console box checked in Windows 10

2019-11-05 Thread Michael D. Lawler
It looks like the changes between 3/27 and 3/31 were to support 24-bit color in the normal console in 1703 or later and to fake the support for legacy console. I can't currently compile anything, but I'm guessing that something went wrong with that change for legacy console. The other changes

Re: report security problem

2019-11-05 Thread Corinna Vinschen
On Nov 5 17:45, houjingyi wrote: > fhandler_console::create_invisible_console_workaround in > newlib-cygwin\winsup\cygwin\fhandler_console.cc will call CreateProcessW to > create a new hidden process. According to CreateProcessW documention: > > The lpApplicationName parameter can be NULL. In tha

report security problem

2019-11-05 Thread houjingyi
fhandler_console::create_invisible_console_workaround in newlib-cygwin\winsup\cygwin\fhandler_console.cc will call CreateProcessW to create a new hidden process. According to CreateProcessW documention: The lpApplicationName parameter can be NULL. In that case, the module name must be the first wh