This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: strlen on a NULL


Hi Ian,

>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?

Don't know, whether it is the correct behaviour :)) at least it is the
expected one: How can you tell the length of a non existing string.
I don't know of any implementation of strlen, which behaves differently.

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://minimike.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]