Re: [PATCH] FISH DoS when copying file with '`' in name to remote FS

2006-11-09 Thread Leonard den Ottolander
Hi Jindrich, On Thu, 2006-11-09 at 13:44 +0100, Jindrich Novy wrote: > I was unsuccessful to fix > the script responsible for this bug by any quotation as backtick '`' did > quite bad things so that bash was unable to parse it, quoted or not. Thanks for your explanation. Committed. Leonard. --

Re: [PATCH] FISH DoS when copying file with '`' in name to remote FS

2006-11-09 Thread Jindrich Novy
Hi Leonard, On Wed, 2006-11-08 at 23:05 +0100, Leonard den Ottolander wrote: > Hi Jindrich, > > On Wed, 2006-11-08 at 19:37 +0100, Jindrich Novy wrote: > > +"file=/%s\n" > > Why the substitution instead of just quoting the occurrences of %s? I was fixing this bug by generating t

Re: [PATCH] FISH DoS when copying file with '`' in name to remote FS

2006-11-08 Thread Leonard den Ottolander
Hi Jindrich, On Wed, 2006-11-08 at 19:37 +0100, Jindrich Novy wrote: > +"file=/%s\n" Why the substitution instead of just quoting the occurrences of %s? > (unsigned long) s.st_size, name, > -(unsigned long) s.st_size, quoted_name, > -