Date: Mon, 3 Jul 1995 10:38:25 -0500 (CDT) From: Peter da Silva <peter@bonkers.taronga.com> To: gena@NetVision.net.il (Gennady Sorokopud) Cc: hackers@freebsd.org Subject: Re: gcc-2.6.3 with bounds checking Message-ID: <199507031538.KAA12258@bonkers.taronga.com> In-Reply-To: <XFMail.950703125210.gena@NetVision.net.il> from "Gennady Sorokopud" at Jul 3, 95 12:59:17 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 1) it's too strict :-( > For example it reports "reference to undefined pointer" > when you try something like: if (!ptr) ... > and ptr was not initialized before (i know, it's a bad style, > but not an error) Um, if the pointer was in fact not initialized (either to BSS or explicitly) before use, it *is* an error.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507031538.KAA12258>