Slide 35
Slide 35 text
“Caution: An Android application can be coded in Java or native code, which is
C++. When Java is used, many of the data validation issues like buffer overflow,
format string issues, and others are eliminated, as the language itself is not
vulnerable. When using native code, special care needs to be taken when data
is read from an untrusted source because it is vulnerable to issues like buffer
overflow, format string issues, and more.”
-- White Paper by Mcafee