12 Apr
2005
12 Apr
'05
3:53 p.m.
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Looks like this might be your problem: Hope this helps, Jamie _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... bzero(&my_data[g_Array_Cnt].buff1, 1600); You are zero-ing out 1600 bytes starting with the address of my_data[g_Array_Cnt].buff1, not the address pointed to by my_data[g_Array_Cnt].buff1. This email sent to site_archiver@lists.apple.com