Home / Vulnerability Database / Objective-C : Missing super or self init
Objective-C
Objective-C : Missing super or self init
Classification
OWASP Mobile Top 10 2016
Overview
The self = [super init...] or self = [self init] call is missing. This may lead to incorrect behavior or crash of the application.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Missing super or self init in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
