Re: Out of bounds heap read in function rl_tilde_expand

2015-12-14 Thread Hanno Böck
On Sat, 5 Dec 2015 16:19:55 -0500 Chet Ramey wrote: > > I've seen there was a new bash 4.3 patchlevel, but this one didn't > > get fixed. Hope it wasn't forgotten. > > The fix is in the devel branch. Okay. I assume it'll be some time till the devel branch becomes a new release, so I had hoped

Re: Out of bounds heap read in function rl_tilde_expand

2015-12-05 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/5/15 4:12 PM, Hanno Böck wrote: > On Mon, 9 Nov 2015 09:57:22 -0500 > Chet Ramey wrote: > >> On 11/6/15 9:46 AM, Hanno Böck wrote: >>> While testing bash with address sanitizer I discovered a heap out of >>> bounds read. This affects bash 4.3 w

Re: Out of bounds heap read in function rl_tilde_expand

2015-12-05 Thread Hanno Böck
On Mon, 9 Nov 2015 09:57:22 -0500 Chet Ramey wrote: > On 11/6/15 9:46 AM, Hanno Böck wrote: > > While testing bash with address sanitizer I discovered a heap out of > > bounds read. This affects bash 4.3 with the latest patchlevel 42. > > Thanks for the report. This will be fixed in the next

Re: Out of bounds heap read in function rl_tilde_expand

2015-11-09 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/6/15 9:46 AM, Hanno Böck wrote: > Hi, > > While testing bash with address sanitizer I discovered a heap out of > bounds read. This affects bash 4.3 with the latest patchlevel 42. Thanks for the report. This will be fixed in the next release of

Re: Out of bounds heap read in function rl_tilde_expand

2015-11-06 Thread Andreas Schwab
Hanno Böck writes: > Triggering this bug only seems to work with a US keyboard layout. It > gets triggered by pressing shift+alt+7. > I don't know why this is happening, this keycode combination doesn't > have any function on an us keyboard. This is generating M-& of course, which is bound to ti

Out of bounds heap read in function rl_tilde_expand

2015-11-06 Thread Hanno Böck
Hi, While testing bash with address sanitizer I discovered a heap out of bounds read. This affects bash 4.3 with the latest patchlevel 42. Triggering this bug only seems to work with a US keyboard layout. It gets triggered by pressing shift+alt+7. I don't know why this is happening, this keycode