Re: [PATCH] Win32 exec cmd buffer realloc
"Greg Bacon" <[EMAIL PROTECTED]> wrote: The attached patch goes over Jonathan Worthington's earlier patch and corrects an omission in resizing the cmdline buffer for large commands. Thanks, applied (r8685). Jonathan
Re: [PATCH] Win32 exec cmd buffer realloc
"Greg Bacon" <[EMAIL PROTECTED]> wrote: The attached patch goes over Jonathan Worthington's earlier patch and corrects an omission in resizing the cmdline buffer for large commands. - mem_sys_realloc(cmdline, cmdlinelen); +cmdline = mem_sys_realloc(cmdline, cmdlinelen);