From: Jay Freeman (saurik) Date: Wed, 28 Apr 2010 19:17:04 +0000 (+0000) Subject: Add a crash note in todo.txt. X-Git-Tag: v0.9.432~51 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/13315b9279bf8dcb0e99d8c23266eb40a6711814 Add a crash note in todo.txt. --- diff --git a/todo.txt b/todo.txt index 27707b7..09ec59e 100644 --- a/todo.txt +++ b/todo.txt @@ -27,3 +27,5 @@ at the Program level I seem to be eating away all of the var statements function pointers are ?; note that blocks are currently block_P = '?' I should probably attempt to use the auto_ flag somehow to not do contexts_ push when compiling Object_callAsFunction_toCYON should be implemented + +[NSString stringWithString:""] crashes, on linux, not on mac