From: Jay Freeman (saurik) Date: Wed, 14 Oct 2009 22:19:19 +0000 (+0000) Subject: Fixed a stupid set of bugs that broke HelloCycript: first a NULL dereference in sig... X-Git-Tag: v0.9.432~350 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/3a1b79a7408f23b6c54565ac8410dee4c0546c2c?ds=inline;hp=3a1b79a7408f23b6c54565ac8410dee4c0546c2c Fixed a stupid set of bugs that broke HelloCycript: first a NULL dereference in sig::Parse, and second trying to cast objc_registerClassPair to a Class rather than its argument. ---