ursachec / CPAProxy

A thin Objective-C wrapper around Tor.
Other
160 stars 49 forks source link

Null checking completion blocks #63

Closed ddeneka closed 7 years ago

ddeneka commented 7 years ago

There need to be a null checking before block is executed. It need to be done before execution - checking its value before dispatch_async is not enough.

chrisballinger commented 7 years ago

Good catch, thanks.