bug-bash
[Top][All Lists]
Advanced

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

Re: Bash crash bug


From: Chet Ramey
Subject: Re: Bash crash bug
Date: Thu, 2 Jun 2016 14:46:23 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

On 6/2/16 2:25 AM, konsolebox wrote:
> On Thu, Jun 2, 2016 at 1:12 PM, Matthias Zimmerman
> <matthias291999@gmail.com> wrote:
>> a better example is
>> cat <(su) | cat
>> cat <([a very simple program that will block io]) | (any thing else)

$ cat <(sudo cat) | cat
[sudo] password for chet:
^C
$ cat <(sudo cat) | cat
^C
$ echo $BASH_VERSION
4.4.0(20)-rc2

Apparently not, at least not with the current development version.
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]