bug-bash
[Top][All Lists]
Advanced

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

Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothro


From: Eduardo Bustamante
Subject: Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothrow__ , __leaf__));"
Date: Thu, 21 Jan 2021 13:33:56 -0800

On Thu, Jan 21, 2021 at 1:32 PM Eduardo Bustamante <dualbus@gmail.com> wrote:
>
> On Thu, Jan 21, 2021 at 1:28 PM Mathias Steiger
> <mathias.steiger@googlemail.com> wrote:
> >
> >
> > No.
> >
> > If you read the the rest of the bug report, it might become clearer to you.
> >
> >
> > Suppose I wrote a simple script:
> >
> >      {if echo "27ac5e2f757302" >& /dev/null; then echo "yes"; else echo
> > "no"; fi } > output
>
> Did you mean:
>   echo "27ac5e2f757302" &> /dev/null;
>
> Instead?
>
> `>&` is not the same as `&>`

Actually, don't mind me. I'm wrong. I should've checked the manual first.

Sorry about the noise.



reply via email to

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