> From: "J. David Bryan" <[EMAIL PROTECTED]> > Date: Sun, 19 Feb 2006 16:23:19 -0500 > CC: [email protected] > > It appears to me that this patch will cause a double "free" in > "start_job"command" (job.c).
I think I fixed this, thanks. (The actual patch will be sent separately.) > One solution might be to set "new_argv" to null in "if" statement added by > the patch, and then condition the free in the "-n" case in > "start_job_command" on a non-null value. I've chosen a simpler way out: allocate an empty argument list and let start_job_command free it. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
