On 29 Aug 2009, at 06:43, David Riggle wrote:

When I compile my app on Snow Leopard and run it on Leopard, strncat erroneously aborts with "detected buffer overflow".

How is this a Cocoa question? (Hint: it isn't, so you've sent your question to the wrong mailing list.)

I think there was a bug in the Leopard version of strncat that was fixed in the Snow Leopard version.

http://www.opensource.apple.com/source/Libc/Libc-498/secure/strncat_chk.c
http://www.opensource.apple.com/source/Libc/Libc-583/secure/strncat_chk.c

(note the removed dstlen++)


Since it's a relatively simple problem, however, a workaround might be to make your destination buffer one character larger?

Kind regards,

Alastair.

--
http://alastairs-place.net



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to