Home / Vulnerability Database / Objective-C : Memory leak
Objective-C

Objective-C : Memory leak

Classification

OWASP Mobile Top 10 2016

Overview

The application allows incorrect work with memory. Some errors related to memory management: no release of allocated memory (memory leak), double memory allocation, the use of the wrong class to free memory.

Objective C language is based on C and involves working with memory at a relatively low level. The developer must allocate memory for the structures used and release it correctly after the end of the work. Otherwise, memory available for the application will decrease, eventually causing malfunction of the application.

MEDIUM

DerScanner Severity Score

Do you want to fix Objective-C : Memory leak in your application?

See also

Objective-C

Objective-C : Internal information leak

Objective-C

Objective-C : Weak hashing algorithm

Objective-C

Objective-C : Unsafe reflection