Home / Vulnerability Database / Objective-C : Undefined result
Objective-C
Objective-C : Undefined result
Classification
OWASP Mobile Top 10 2016
Overview
The result of the operation is undefined. Incorrect application behavior is possible.
If the variable is initialized in the body of the if-statement and after the variable is used, undefined behavior of the application is possible. It is likely that the variable will never be initialized and will be assigned to some random garbage value, which may lead to invalid application operation.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Undefined result in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
