From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Subject: Re: strlen on a NULL
12 May 1998 20:28:38 -0700
Message-ID: <19980513022115.10237.cygnus.gnu-win32@murlibobo.cs.mu.OZ.AU>
References: <3557E6C4.EF2F27B3@kiwiplan.co.nz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: Ian Collins <ian@kiwiplan.co.nz>
Cc: gnuwin32 <gnu-win32@cygnus.com>

On 12-May-1998, Ian Collins <ian@kiwiplan.co.nz> wrote:
> If I do a strlen on a NULL pointer I get a coredump.
> I have the same code running on a few *other* Unix machines with
> exhibiting this behaviour.
> OK, so I could tidy it up, but I wondered is this an oversight or the
> correct behaviour?

`strlen(NULL)' has UNDEFINED behaviour, so anything is correct.
A core dump is helpful as well as being correct.

You should fix your code.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3        |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
