????IOS???????????C??????????C?У????????д?????????????
???????У????????д
????unsigned char* p =(unsigned char*)malloc(10);
????unsigned char  c = *(p+100) ;
????free(p);
?????????????????????????????£???δ???????????????
??????????д??棬???磺
????unsigned char* p =(unsigned char*)malloc(10);
????*(p+100) ='c';
????free(p);
???????磺
????unsigned char* p =(unsigned char*)malloc(10);
????UIViewController* vc =[UIViewController new];
????*(p+100) = 'c' ;
????[vc view];
????free(p);
????????????????vc?????????????vc??????в??????????????????
??????????У?????BUG???????????????????????棬???????????δ????????棬?????????????????????????????????????????????????????????κ?????£????п???????????????????б????????? ????·????????????????κ?????п???????????
???????XCode ????????????????????BUG??
????1???????????????????????

?????????????????????????
???????????????????????????????????
????2?????????????????д????????????λ??????????