Home / Vulnerability Database / Objective-C : Method shadowing
Objective-C
Objective-C : Method shadowing
Classification
OWASP Mobile Top 10 2016
Overview
A method defined in a descendant class has the same name as a method of a base class, but has an incompatible type of return value. This can lead to undefined behavior for consumers of these classes.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Method shadowing in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
