Re: [PATCH] Fixed crash on wine by adding NULL check after memchr

2020-01-13 Thread Corinna Vinschen
On Jan 7 16:34, Arseniy Lartsev wrote: > This is not a joke, there are vendors out there who build software for cygwin > only. Besides, this NULL check is good to have anyway. > --- > winsup/cygwin/path.cc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/winsup/cygwin/path.cc b/winsup/

[PATCH] Fixed crash on wine by adding NULL check after memchr

2020-01-07 Thread Arseniy Lartsev
This is not a joke, there are vendors out there who build software for cygwin only. Besides, this NULL check is good to have anyway. --- winsup/cygwin/path.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index b5efd61b2..c8e73c64c 100644 --- a