Thanks Chet and Greg for your swift replies. I'll park it as a
non-vulnerability.
Regards
Rachel
Rachel Alderman
IBM Cloud Kubernetes Security Compliance
IBM United Kingdom Limited,
Mailpoint 211, Hursley,
Winchester, SO21 2JN.
Email: rachel_alder...@uk.ibm.com
I work part-time and my working
Le 29.10.20 à 06:54, Clark Wang a écrit :
>
> I can reproduce the similar issue with my bash 4.4.12 and PS0="\[\e[0m\]"
> fix it for me.
>
> -clark
>
I had to change at one point the PS0="\[\e[0m\] to PS0="\[\e[38;5;15m\].
I tried again, it shows correctly the output of a command (grey is ok f
On Wed, Oct 28, 2020 at 09:23:09AM -0400, Chet Ramey wrote:
>
> I can't reproduce this using the following stripped-down reproducer:
> trap 'echo $f ; exit' SIGINT
>
> for f in {1..1}; do
> read -t .01 v
> if [ $? -ne 142 ]; then
> echo $f: $?
> fi
> done
On 10/29/20 6:38 AM, Arnaud wrote:
> Le 29.10.20 à 06:54, Clark Wang a écrit :
>>
>> I can reproduce the similar issue with my bash 4.4.12 and PS0="\[\e[0m\]"
>> fix it for me.
>>
>> -clark
>>
>
> I had to change at one point the PS0="\[\e[0m\] to PS0="\[\e[38;5;15m\].
Except for this changing th