Also, there is still the problem of rl.c locking up on fairly simple input:
wget https://cnswww.cns.cwru.edu/php/chet/readline/rl.c
gcc -fsanitize=address rl.c -o rl readline/libreadline.a -lncurses
printf '\e\n\eRgy\000' | ./rl
[readline hangs in an infinite loop, using all CPU]
_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline
