Date: Thu, 13 Aug 1998 10:44:28 +0300 (IDT) From: Eli Zaretskii To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: pointers and errors make cephaler go crazy In-Reply-To: <35D2574C.C3A13863@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 13 Aug 1998, Endlisnis wrote: > But, using array's instead of pointers shouldn't produce SIGILL. There's nothing an ingenious bug couldn't produce ;-). > Some things that could cause SIGILL would be screwing around with > the stack in a function Exactly. And wrong usage of arrays could easily screw up the return address on the stack (e.g., by writing beyond the array end).