header bg

Scan QR code or get instant email to install app

Question:

You are responsible for software testing at AcmeCompany. You want to check all software for bugs that might be used by an attacker to gain entrance into the software or your network. You have found a web application that would allow a user to try to put a 64-bit value into a 4-byte integer variable. Which of the following is likely a flaw of this?

A Integer overflow.
explanation

Placing a larger integer value into a smaller integer variable is an integer overflow. Memory overflow is not a term used, and memory leak is about allocating memory and not deallocating it. Buffer overflows often involve arrays. Variable overflow is not a term used in the industry.

Related Information

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*