Date: Thu, 29 Feb 1996 04:35:14 +0100 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: batie@agora.rdrop.com (Alan Batie) Cc: bugs@freebsd.org Subject: Re: vi core dump Message-ID: <199602290335.EAA01570@campa.panke.de> In-Reply-To: batie@agora.rdrop.com's message of Wed, 28 Feb 1996 09:42:17 -0800 (PST) References: <m0trptJ-000AoBC@agora.rdrop.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <m0trptJ-000AoBC@agora.rdrop.com> batie@agora.rdrop.com (Alan Batie) writes: >The following sequence will cause vi to core dump: > > vi > 0 5 * * * ~ba or '~a', '~i' Fix: --- 1.1 1996/02/29 03:10:46 +++ vi/v_ulcase.c 1996/02/29 03:27:57 @@ -84,6 +84,7 @@ u_long cnt; char *p; + len = 0; lno = vp->m_start.lno; cno = vp->m_start.cno; Wolfram (happy Emacs user)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602290335.EAA01570>