Home / Vulnerability Database / Objective-C : Incorrect stack address
Objective-C
Objective-C : Incorrect stack address
Classification
OWASP Mobile Top 10 2016
Overview
Global variable still refers at the stack memory cell address associated with a local variable after returning control to the caller. This may lead to memory leaks and incorrect work of the application.
MEDIUM
DerScanner Severity Score
Do you want to fix Objective-C : Incorrect stack address in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
