bug-bash
[Top][All Lists]
Advanced

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

Re: CTLNUL leakage in bash-20190220


From: Grisha Levit
Subject: Re: CTLNUL leakage in bash-20190220
Date: Fri, 8 Mar 2019 19:18:29 -0500

On Tue, Mar 5, 2019 at 11:26 AM Chet Ramey <chet.ramey@case.edu> wrote:
> This is still a WIP, keep the test cases coming.

bash removes the surrounding space in these cases (all other shells
print `< X >'):

    IFS=; set -- X
    printf "<%s>" ${0+ "$@" }
    <X>
    printf "<%s>" ${0+ $@ }
    <X>
    printf "<%s>" ${0+ $* }
    <X>



reply via email to

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