[3263] in bugtraq
Re: BUG in /bin/bash
daemon@ATHENA.MIT.EDU (The Ghost who Admins)
Fri Aug 23 12:45:12 1996
Date: Thu, 22 Aug 1996 18:09:25 -0700
Reply-To: Bugtraq List <BUGTRAQ@NETSPACE.ORG>
From: The Ghost who Admins <mevans@inficad.com>
To: Multiple recipients of list BUGTRAQ <BUGTRAQ@NETSPACE.ORG>
In-Reply-To: <CMM-RU.1.5.840742518.paradox@pegasus.rutgers.edu>
I got the same output on a BSDI box running BASH version 1.14.5(1)
This probably means that the version of BASH that we are running is ok.
The bug was with the ASCII character value of 255 being a command
separator. It is a bug only if the BASH version you are running on
separates the ls and who commands and runs them both separatly.
since ours did not separate the commands, we are ok.
Mike Evans
<mevans@inficad.com>
On Thu, 22 Aug 1996, Red Barchetta wrote:
> Their test string "bash -c 'ls\377who'" gave this output on my Solaris 2.5
> system:
>
> bash: ls377who: command not found
>
> Can anyone verify that this is really a problem?
>
> Ernie Pistor
>