nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.57k stars 510 forks source link

fix out of memory crash #19

Closed zqxiaojin closed 8 years ago

zqxiaojin commented 8 years ago
  1. By using @autoreleasepool to limit the conut of temp variable
  2. The parser may crash while seeking '}' which is out of the string's length. So add “*ivT != '\0'” to fix it
zqxiaojin commented 8 years ago

My patch will fix the crash in iOS 10 beta4 , when we wget all framework.