markd2/Hijacker

SIGPIPEs being raised

JaviSoto opened this issue · 1 comments

Just tried this on Xcode 5 / iOS 7 and every call to NSLog and others cause a SIGPIP.

Screenshot:

screenshot 2013-11-15 10 20 57

I spent some time looking at the code and everything seems correct to me :-/ All I can think of is something that was allowed pre iOS 7 isn't now, but the code checks for returns code of every dup2 and pipe function call :-/

Ideas?

I'm brand new to IOS, so I was hoping it was something I had done wrong, but I get the same error.