X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 10 Jan 2002 09:57:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Thomas Mueller" Message-Id: <9743-Thu10Jan2002095755+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (tmueller@bluegrass.net) Subject: Re: vim under DR-DOS 7.03 References: <20020107134243 DOT GA837 AT rehor DOT surfbest DOT net> <20020108033109 DOT GA1286 AT rehor DOT surfbest DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Thomas Mueller" > Newsgroups: comp.os.msdos.djgpp > Date: 9 Jan 2002 18:02:00 GMT > > Is this NULL pointer bug in vim 6 DOS-only, or does it affect vim in > all OSes? That depends on whether the code which dereferences a NULL pointer is DOS-specific or not. If it is run on other OSes, it should cause crashes there as well. > vim 6 I have, 32-bit version, seems quite stable as long as I only handle one > file at a time. Note that you will not see this problem in the DJGPP port unless you run on plain DOS with CWSDPMI as your DPMI server. Other servers, including Windows, don't support the DPMI extension used by DJGPP to detect NULL pointer dereferences.