This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Chet Ramey <chet@nike.ins.cwru.edu>] bash-bug



Chet send me the appended patch which does fix the reported problem
with localedata/tst-rpmatch.sh

Chet, I compiled bash 2.03 with the patch applied and it seems to work 
just fine.  Thanks.

Andreas



Topics:
   Re: [Fwd: Re: bash-bug]


----------------------------------------------------------------------

Date: Mon, 24 May 1999 12:11:45 -0400
From: Chet Ramey <chet@nike.ins.cwru.edu>
To: aj@arthur.rhein-neckar.de
Cc: chet@po.cwru.edu
Subject: Re: [Fwd: Re: bash-bug]
Message-ID: <990524161145.AA23624.SM@nike.ins.cwru.edu>
Content-Type: text/plain; charset=us-ascii

> Henning forwarded me your email.  I'm one of the glibc2 developers and 
> like to get this problem sorted out asap.

Try this patch:

*** subst.c~	Fri May 14 13:20:49 1999
- -- subst.c	Mon May 24 11:30:37 1999
***************
*** 4972,4976 ****
      if (*temp1 != ' ' && *temp1 != '\t' && *temp1 != '\n')
  #endif
!       ifscmap[*temp1] = 1;
  
    /* Begin the expansion. */
- -- 4972,4976 ----
      if (*temp1 != ' ' && *temp1 != '\t' && *temp1 != '\n')
  #endif
!       ifscmap[(unsigned char)*temp1] = 1;
  
    /* Begin the expansion. */


- - 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, Case Western Reserve University	Internet: chet@po.CWRU.Edu


------------------------------

End of forwardDmBUEV Digest
***************************



-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]