On Sat, Aug 23, 2008 at 2:54 PM, Bill Bumgarner <[EMAIL PROTECTED]> 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 (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 [EMAIL PROTECTED]