On Fri, Dec 29, 2006 at 06:36:06PM +0100, Matthias Bläsing wrote:
> Hello John,
> 
> I don't know, why this slipped through my testing...
> 
> The rcargv index starts at 1, so when running till 0 we try to free a
> string never set. We have to stop at index 1.
> 
> So please change the for loop in lines  391, 441 and 472 from
> 
> for(rcargc--;rcargc>=0;rcargc--) free(rcargv[rcargc]);
> 
> to 
> 
> for(rcargc--;rcargc>0;rcargc--) free(rcargv[rcargc]);
> 
> Have a nice weekend
> 
> Matthias

Matthias,

It's no problem.  I've made another build available at
http://movingsucks.org/debian/2006-12-30

Thanks again!

John

Attachment: pgptKJM1Fuhaa.pgp
Description: PGP signature

Reply via email to