Home / Vulnerability Database / Objective-C : GCD antipattern
Objective-C
Objective-C : GCD antipattern
Classification
OWASP Mobile Top 10 2016
Overview
Using a semaphore to wait for a callback to finish creates useless threads and can lead to performance issues.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : GCD antipattern in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
