Re: Possibly incorrect parsing of double doublequotes

2011-05-11 Thread Mårten Wikström
2011/5/11 Chet Ramey : > On 5/9/11 8:06 PM, Mårten Wikström wrote: > >> There are two problems/solutions here. The comment in the code above >> seems to indicate that the quotes should actually be thrown away as is >> done in 4.1. But on the other hand, word_list_remove_quoted_nulls() >> seems to i

Re: Possibly incorrect parsing of double doublequotes

2011-05-11 Thread Chet Ramey
On 5/9/11 8:06 PM, Mårten Wikström wrote: >> Bash Version: 4.2 >> Patch Level: 8 >> Release Status: release >> >> Description: >>When parsing double double-quotes (i.e. ) it will be replaced by >> the >>value 0x7f, if there are characters before or after it. In bash 4.1 >> em

Re: Possibly incorrect parsing of double doublequotes

2011-05-09 Thread Mårten Wikström
2011/5/9 Mårten Wikström : > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' > -DCONF_VENDOR='pc'

Possibly incorrect parsing of double doublequotes

2011-05-09 Thread Mårten Wikström
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE