Home / Vulnerability Database / Objective-C : Incorrect memory management
Objective-C
Objective-C : Incorrect memory management
Classification
OWASP Mobile Top 10 2016
CWE
Overview
The release, retain, autorelease, drain messages must be sent to instances of the class, not to the class directly. Sending messages to the class directly, but not to the instance, may lead to undefined behavior.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Incorrect memory management in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
