In some Operating Systems, memory corruption errors
generally lead to completely compromising the security of
the device [4]. This is not the case in Android due to all
applications and their resources being sandboxed at the OS
level. A memory corruption error will only allow arbitrary
code execution in the context of that particular application,
with the permissions established by the operating system.
The context includes files or resources assigned to the
application.