Home / Vulnerability Database / Objective-C : Missed super call
Objective-C
Objective-C : Missed super call
Classification
OWASP Mobile Top 10 2016
Overview
Superclass method call is missing.
When initializing the object of inherited class it is recommended to call the initialization defined in the base class by calling [super init];. Otherwise, the structure of the created object structure may be incorrect in terms of the base class.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Missed super call in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
