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. This
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.
--
Tak
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. This case also the command executed is obviously
> console app., therefore,
On October 22, 2022 7:37:09 AM GMT+02:00, Takashi Yano
wrote:
>On Sat, 22 Oct 2022 10:54:06 +0900
>Takashi Yano wrote:
>> On Sat, 22 Oct 2022 10:36:39 +0900
>> Takashi Yano wrote:
>> > On Fri, 21 Oct 2022 23:37:35 +0200 (CEST)
>> > Johannes Schindelin wrote:
>> > > In 2b4f986e49 (Cygwin: pty: Tre
On Sat, 22 Oct 2022 10:54:06 +0900
Takashi Yano wrote:
> On Sat, 22 Oct 2022 10:36:39 +0900
> Takashi Yano wrote:
> > On Fri, 21 Oct 2022 23:37:35 +0200 (CEST)
> > Johannes Schindelin wrote:
> > > In 2b4f986e49 (Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin
> > > console app., 2022-07-31), we
- 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. This case also the command executed is obviously
console app., therefore, treat it as console app to fix this issue.
Addresses: https://gi
---
winsup/cygwin/libc/strptime.cc | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/winsup/cygwin/libc/strptime.cc b/winsup/cygwin/libc/strptime.cc
index 3a9bdbb300d4..d1e635cd279f 100644
--- a/winsup/cygwin/libc/strptime.cc
+++ b/winsup/cygwin/libc/strptime.cc
@@ -570
On Sat, 22 Oct 2022 10:36:39 +0900
Takashi Yano wrote:
> On Fri, 21 Oct 2022 23:37:35 +0200 (CEST)
> Johannes Schindelin wrote:
> > In 2b4f986e49 (Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin
> > console app., 2022-07-31), we introduced a bug fix that specifically
> > looks for a suffix of th
On Fri, 21 Oct 2022 23:37:35 +0200 (CEST)
Johannes Schindelin wrote:
> In 2b4f986e49 (Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin
> console app., 2022-07-31), we introduced a bug fix that specifically
> looks for a suffix of the command's file name.
>
> However, that file name might be set
In 2b4f986e49 (Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin
console app., 2022-07-31), we introduced a bug fix that specifically
looks for a suffix of the command's file name.
However, that file name might be set to `NULL`, namely when
`null_app_name == true`, which is the case when we detec
10 matches
Mail list logo