On Mon, May 1, 2017 at 11:58 PM, Eduardo Bustamante <dual...@gmail.com> wrote:
> Thanks, the latest commit no longer crashes on any of the malformed input 
> files.
>
> There's still a memory leak I hadn't noticed before:
>
[...]
> bash-4.4$ bind '\xx":""'

Actually, this one is shorter:

  bind '\:""'

rl_translate_keyseq() does not expect an odd number of backslashes, so
breaks when seq is a single backslash (it returns 0 in the len
pointer).

Reply via email to