RE: Kernel stack size
RE: Kernel stack size
- Subject: RE: Kernel stack size
- From: "Jamie Wood" <email@hidden>
- Date: Tue, 12 Apr 2005 15:53:07 -0700
Looks like this might be your problem:
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.
Hope this helps,
Jamie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden