Re: [PATCH] Cygwin: console: Revise the code checking if the console is legacy.

2019-11-13 Thread Corinna Vinschen
On Nov 13 03:04, Takashi Yano wrote: > - Accessing shared_console_info before initializing causes access > violation in checking if the console is legacy mode. This patch > fixes this issue. This solves the problem reported in: > https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00099.html

[PATCH] Cygwin: console: Revise the code checking if the console is legacy.

2019-11-12 Thread Takashi Yano
- Accessing shared_console_info before initializing causes access violation in checking if the console is legacy mode. This patch fixes this issue. This solves the problem reported in: https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00099.html --- winsup/cygwin/fhandler_console.cc | 29