- Original Message -
> From: "Chet Ramey"
> To: "Siteshwar Vashisht" , bug-bash@gnu.org
> Cc: "chet ramey"
> Sent: Sunday, July 30, 2017 4:33:09 PM
> Subject: Re: read builtin goes into uninterruptible loop if input only
> contains zer
On 7/28/17 9:59 AM, Siteshwar Vashisht wrote:
> Bash Version: 4.4
> Patch Level: 12
> Release Status: release
>
> Description:
> read builtin goes into uninterruptible loop if input comes from
> /dev/zero.
Thanks for the report. This was fixed at the end of June, and the fix is in
the d
Modified the patch to print warning only once when null byte is ignored.
- Original Message -
> From: "Siteshwar Vashisht"
> To: bug-bash@gnu.org
> Sent: Friday, July 28, 2017 3:59:15 PM
> Subject: read builtin goes into uninterruptible loop if input only contains
> zeros
>
> Configur