Re[2]: strcpy_s in Xcode?
Re[2]: strcpy_s in Xcode?
- Subject: Re[2]: strcpy_s in Xcode?
- From: Peter Mulholland <email@hidden>
- Date: Tue, 2 Oct 2007 20:31:45 +0100
Hello ygor,
Tuesday, October 2, 2007, 7:44:17 PM, you wrote:
> And I agree. Such bells and whistles are unnecessary when you know how big a
> string you are manipulating.
The point is, there are plenty of overflow bug exploits caused by
*not* handling strings that are too long. Better for the program to
crash because some string is NULL, than for it to crash after potentially
corrupting other data, or even being tricked into running arbitrary code.
--
Best regards,
Peter mailto:email@hidden
_______________________________________________
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