Re: error codes
Re: error codes
- Subject: Re: error codes
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 23 Aug 2008 15:27:06 -0400
On Sat, Aug 23, 2008 at 2:54 PM, Bill Bumgarner <email@hidden> wrote:
> Huh? There is no reason why accessing b[4] should crash. Produce a random
> value? Sure, but not crash. You are just accessing one byte past a stack
> based array and, thus, reading a random byte off the stack.
I'm not looking for a crash. The OP presented an error string
"!idev", which has five characters. An int is only four bytes wide,
so I was concerned about how the OP had gotten the "!idev" ==
560227702 relationship in the first place. I thought it was perhaps a
typo, especially given the OS's history of FourCC's.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden