* winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.
This commit is contained in:
parent
7ae3e6b3d4
commit
98c9a93c7d
|
@ -1,4 +1,8 @@
|
|||
2014-04-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
2014-04-18 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.
|
||||
|
||||
2014-04-18 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursions
|
||||
path_conv <-> normalize_posix_path, plus a bit of buffer.
|
||||
|
|
|
@ -75,7 +75,7 @@ linebuf::fromargv (av& newargv, const char *real_path, bool cmdlenoverflow_ok)
|
|||
|
||||
a = i ? newargv[i] : (char *) real_path;
|
||||
int len = strlen (a);
|
||||
if (len != 0 && !strpbrk (a, " \t\n\r\"="))
|
||||
if (len != 0 && !strpbrk (a, " \t\n\r\""))
|
||||
add (a, len);
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue