Bash bind bug: infinite loop with memory leak in Readline

2016-08-10 Thread Christian Klomp
n infinite loop but in that case accumulation of memory is insignificant. Since I am not known with the internals of Bash/Readline and I am not a C programmer I've refrained myself from digging further. Regards, Christian Klomp # Bash 4.3.46: --- ../bash-4.3/lib/readline/bind.c2013-04-

Re: Bash bind bug: infinite loop with memory leak in Readline

2016-09-22 Thread Christian Klomp
2016-09-19 3:41 GMT+02:00 Chet Ramey : > Yes, you've triggered an infinite loop with the key binding. One of the > strengths of macros is that the expansion is not simply a string -- it can > be used as shorthand for a complex key sequence, so simply disallowing > the general case is not really an