Re: strcpy_s in Xcode?
Re: strcpy_s in Xcode?
- Subject: Re: strcpy_s in Xcode?
- From: Greg Guerin <email@hidden>
- Date: Tue, 2 Oct 2007 11:31:19 -0700
Ryan Minihan wrote:
>Does xcode have support for 'strcpy_s?'
If not, you could easily add it. It's not a difficult function. The spec
is pretty clearly written, and unambiguous about the desired behavior.
<https://buildsecurityin.us-cert.gov/daisy/bsi/articles/knowledge/coding/314.htm
l>
If you don't want to write it, it seems like it's the kind of thing that
would appear somewhere in some open source project. Befriend google.
>I realize this is a microsoft convention, but it has been proposed as a
>standard.
At a glance, it appears to BE a standard:
<http://en.wikipedia.org/wiki/Strcpy#strcpy_s>
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden