Re: null pointer deref, segfault

2017-01-31 Thread Bob Proulx
Chet Ramey wrote: > On 1/24/17 2:07 AM, Brian 'geeknik' Carpenter wrote: > > Going through some ancient bug reports and I came across > > https://savannah.gnu.org/support/index.php?108884 which apparently nobody > > uses anymore. > > > > <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, Free

Re: null pointer deref, segfault

2017-01-25 Thread L A Walsh
Andreas Schwab wrote: On Jan 24 2017, "Brian 'geeknik' Carpenter" wrote: <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, FreeBSD, etc. Worksforme with bash 4.4. --- I duplicated it under bash 4.3.42, but not under 4.4.5. -l

Re: null pointer deref, segfault

2017-01-24 Thread Andreas Schwab
On Jan 24 2017, "Brian 'geeknik' Carpenter" wrote: > <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, FreeBSD, etc. Worksforme with bash 4.4. $ bash -c '<<$(()())|>_[$($(<<0))' bash: line 1: warning: here-document at line 1 delimited by end-of-file (wanted `0') bash: warning: here-docum

Re: null pointer deref, segfault

2017-01-24 Thread Chet Ramey
On 1/24/17 2:07 AM, Brian 'geeknik' Carpenter wrote: > Going through some ancient bug reports and I came across > https://savannah.gnu.org/support/index.php?108884 which apparently nobody > uses anymore. > > <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, FreeBSD, etc. It's marked as `Don

null pointer deref, segfault

2017-01-23 Thread Brian 'geeknik' Carpenter
Going through some ancient bug reports and I came across https://savannah.gnu.org/support/index.php?108884 which apparently nobody uses anymore. <<$(()())|>_[$($(<<0)) crashes bash on Debian, Red Hat, FreeBSD, etc. Regards, Brian 'geeknik' Carpenter https://twitter.com/geeknik