Jeffrey Walton wrote: > alloca() looks like a red herring. ?? You appear to employ the term "red herring" in the opposite sense than everyone else does.
> xmalloc() will likely fix the issue. No, xmalloc or even malloc is not possible here, because we're in the child process of a vfork() and doing malloc there would cause a memory leak in the parent process. Bruno
