Message-ID: <3971C164.E669B582@softhome.net> Date: Sun, 16 Jul 2000 16:06:28 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: Eli Zaretskii CC: "Mark E." , djgpp-workers AT delorie DOT com Subject: Re: Bash 2.04 beta 5 released References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > On Sun, 16 Jul 2000, Laurynas Biveinis wrote: > > > +static void dummy(void) > > +{ > > + __dosexec_find_on_path (0,0,0); > > + __libc_termios_init(); > > +} > > + > > This had better not be called, because __dosexec_find_on_path will bomb > (on DOS at least) if called with NULL first and last arguments: it > dereferences both of them right away. I don't think they were called, at least CWSDPMI under DOS didn't catch NULL dereferences. Laurynas