On Thu, 21 Jun 2007 09:34:47 -0400,
Sean McBride (email@hidden) wrote:
>On 6/21/07 11:26 AM, Marco Piovanelli said:
>
>>> strcpy(p, path); //convert to Str255
>>> buf[0] = strlen(p);
>>
>>This will fail rather horribly if path is longer than
>>255 characters. Prefer strncpy() over strcpy(), and
>>check string lengths.
>
>And prefer strlcpy() over strncpy() over strcpy().
Right. I tend to forget about the superior strlcpy() since
it's not available on all platforms -- I don't think it's
part of POSIX.
-- marco
--
It's not the data universe only, it's human conversation.
They want to turn it into a one-way flow that they have entirely
monetized. I look at the collective human mind as a kind of
ecosystem. They want to clear cut it. They want to go into the
rainforest of human thought and mow the thing down.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden