The following reply was made to PR bin/182463; it has been noted by GNATS. From: Zhihao Yuan <[email protected]> To: Wolfgang Jenkner <[email protected]> Cc: [email protected], [email protected] Subject: Re: bin/182463: vi(1): vi core dumps on exit with a specific vi.exrc [regression] Date: Sat, 7 Dec 2013 14:23:17 -0500
On Sat, Dec 7, 2013 at 11:10 AM, Wolfgang Jenkner <[email protected]> wrote: > I can reproduce the bug on 10.0-BETA3 when setting MALLOC_CONF=junk:true > in vi's environment. However, even with the default malloc options, vi > crashes reliably when the terminal window where it runs is resized > (which makes vi rather unusable with a dwm-style tiling window manager). I see the problem here, I blindly remove the head of list, but it's possible to have an multi char mapping before a single char mapping in .exrc. I'll fix this bug soon. The patch is correct. -- Zhihao Yuan, ID lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
