Bug#1023776: bash: 'read -e -t 1' triggers bash exit

2022-11-11 Thread Fabien Orjollet
Upstream has acknowledged the regression. https://lists.gnu.org/archive/html/bug-bash/2022-11/msg00033.html

Bug#1023776: bash: 'read -e -t 1' triggers bash exit

2022-11-09 Thread Fabien Orjollet
Package: bash Version: 5.2-2+b1 Severity: important Dear Maintainer, Since Bash 5.2, when both -e and -t options are used, read terminates the shell session. This can be tested as follow in a terminal: > /usr/bin/bash > echo $SHLVL 2 > read -e -t 1 > echo $SHLVL 1 or by executing this small s