char * varname causing kernel panics
Hi, I created a NKE using a dlil filter for filtering outgoing packet purposes. Within one of my functions, out_filtr(...,....,....,...,..,...) Function name or contents really don't matter. The problem I am having is that when ever i declare a char * varname; within this function and also as a global variable it causes the kernel panic. My intentions were not to have a global char * variable but that was for testing purposes. But I have declared a char * variable elsewhere in a different function of my code and it didn't cause a kernel panic. Any ideas? Matt _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Matt Jaffa