Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-22 Thread Takashi Yano
On Sat, 22 Oct 2022 07:58:37 +0200 Johannes Schindelin wrote: > On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano > wrote: > >- If the command executed is 'cmd.exe /c [...]', runpath in spawn.cc > > will be NULL. In this case, is_console_app(runpath) check causes > > access violation.

Re: [PATCH] Fix `Bad address` when running `cmd /c [...]`

2022-10-22 Thread Takashi Yano
On Sat, 22 Oct 2022 07:55:53 +0200 Johannes Schindelin wrote: > It's not very nice to simply drop my work, and then not even link to your > "counter". I am sorry, however, your patch can be indirectly reached via link https://github.com/msys2/msys2-runtime/issues/108 in my counter patch. --