"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);
Gah, that was dumb of me. This should certainly be applied. Thanks Greg, Jonathan