Home / Vulnerability Database / Objective-C : Uninitialized object pointer
Objective-C
Objective-C : Uninitialized object pointer
Classification
OWASP Mobile Top 10 2016
CWE
Overview
Uninitialized array pointer is used. This may lead to incorrect operation of the application.
Using of uninitialized variables may lead to undefined behavior of the application. Errors related to lack of initialization are difficult to detect, because the program can some time work correctly.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Uninitialized object pointer in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
