Re: dash bug: double-quoted "\" breaks glob protection for next char

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Feb 24, 2018 at 10:47:07AM +0100, Harald van Dijk wrote:
>
> It seems like the new control character doesn't get escaped in one place
> where it should be, and gets lost because of that:
> 
> Unpatched:
> 
> $ dash -c 'x=`printf \\\211X`; echo $x | cat -v'
> M-^IX
> 
> Patched:
> 
> $ src/dash -c 'x=`printf \\\211X`; echo $x | cat -v'
> X

Hmm, it works here.  Can you check that your Makefile is up-to-date
and the generated syntax.c looks like this:

const char basesyntax[] = {
      CEOF,    CSPCL,   CWORD,   CCTL,
      CCTL,    CCTL,    CCTL,    CCTL,
      CCTL,    CCTL,    CCTL,    CCTL,

Cheers,
-- 
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux