polaronde
Results
1
issues of
polaronde
Within the while loop in performOnDataInArchive, a buffer is allocated with malloc and used for an NSData object: `NSData *data = [NSData dataWithBytesNoCopy:buffer length:(NSUInteger)info.uncompressedSize freeWhenDone:YES];` The intention is that the...