|
From: Dan M. <mu...@al...> - 2002-06-20 03:42:18
|
Joe, Thanks for the patch. I think it is better to continue as you did instead of moving to the next node, so I committed the patch as is. -Dan On 17 Jun 2002, Joe Marcus Clarke wrote: > In FreeBSD 5.0-CURRENT, I get a bus error trying to separate the XML > tree during the build. The problem looks to be like a XML node is > freed, then its name element is referenced. The attached patch fixes > the problem, but I'm not exactly sure this is the best way to fix it. > One might also want to set node = next, then continue in the current > iteration of the for loop. > > I'm not sure why this doesn't bite FreeBSD -stable, but it looks like > this patch corrects the build on -CURRENT while leaving things > functional. > > |