Re: read builtin goes into uninterruptible loop if input only contains zeros

2017-07-30 Thread Chet Ramey
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

Re: read builtin goes into uninterruptible loop if input only contains zeros

2017-07-30 Thread Siteshwar Vashisht
- 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 zeros > > Thanks for the report. This was fixed at th

Cleanup compiler warnings

2017-07-30 Thread Siteshwar Vashisht
Hello, Attached patch cleans up compiler warnings about unused variables, functions etc. while compiling with '-Wall' option in gcc. -- -- Siteshwar Vashisht From 83394f684ab0b5451c351e37411e8cab3c4ed42a Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sun, 30 Jul 2017 16:03:51 +0200 Su