strlen on a NULL

Mumit Khan khan@xraylith.wisc.edu
Tue May 12 08:18:00 GMT 1998


Ian Collins <ian@kiwiplan.co.nz> writes:
> 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?

This is correct behaviour. Passing NULL as an arg to str* functions that
expect a string, with the exception of those that are documented to accept
NULL explicitly such a strtrok, is incorrect.

Fix your code.

Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list