karelia / ConnectionKit

FTP/SFTP/WebDAV etc. for Cocoa. Join the ConnectionKit mailing list for information and suggestions.
http://lists.opensource.utr-software.com/listinfo.cgi/connection-opensource.utr-software.com
493 stars 72 forks source link

Safer check of enumeration block #94

Closed mikeabdullah closed 8 years ago

mikeabdullah commented 8 years ago

Avoids a race condition where if the operation is cancelled, the enumeration block could be NULL by the time it’s used