vapier 14/03/13 09:21:33 Added: readline-6.3-dispatch-multikey.patch Log: Add fix from upstream for some crashes #504440 by Seemant Kulleen. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 sys-libs/readline/files/readline-6.3-dispatch-multikey.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-dispatch-multikey.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-dispatch-multikey.patch?rev=1.1&content-type=text/plain Index: readline-6.3-dispatch-multikey.patch =================================================================== https://bugs.gentoo.org/504440 https://lists.gnu.org/archive/html/bug-readline/2014-03/msg00031.html *** ../bash-4.3/lib/readline/readline.c 2013-10-28 14:58:06.000000000 -0400 --- lib/readline/readline.c 2014-03-10 11:01:19.000000000 -0400 *************** *** 745,749 **** RL_CHECK_SIGNALS (); ! if (r == 0) /* success! */ { _rl_keyseq_chain_dispose (); --- 745,749 ---- RL_CHECK_SIGNALS (); ! if (r == 0 || (r == -1 && (cxt->flags & KSEQ_SUBSEQ) == 0)) /* success! or failure! */ { _rl_keyseq_chain_dispose ();
