Patch-ID: bash32-033
commitb5de9a0a7693e699c11e5b3f1345954d6142d80e
authorChet Ramey <chet@cwru.edu>
Thu, 31 May 2007 15:55:46 +0000 (31 11:55 -0400)
committerBradley M. Kuhn <bkuhn@ebb.org>
Thu, 31 May 2007 15:55:46 +0000 (31 11:55 -0400)
treeef28f7226ef6ea8942dadb92e582df313cdf8502
parentd51f7316ffc21e62a1bc1951497db5d8d1e032a8
Patch-ID: bash32-033

Bug-Reported-by: Christophe Martin <schplurtz@free.fr>
Bug-Reference-ID: <465ABA4A.3030805@free.fr>
Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2007-05/msg00104.html

Bug-Description:

References made within a function to an uninitialized local array variable
using the [*] subscript in a double-quoted string  can result in spurious
ASCII 127 characters in the expanded value.

This patch, in file bash32-033, was downloaded from ftp.gnu.org on 2011-05-29,
and bash32-033.sig was furthermore verified, yielding the following output:
gpg: Signature made Fri 14 Dec 2007 08:57:46 PM EST using DSA key ID 64EA74AB
gpg: Good signature from "Chet Ramey <chet@cwru.edu>"
arrayfunc.c
patchlevel.h
subst.c