Which of the following is a NOT a mitigation technique to address integer overflows?

A. strong authentication
B. strict input validation
C. using a language or compiler that performs automatic bounds checks
D. choosing an integer type that contains all possible values of a calculation


A
Explanation: While strong authentication is always a good idea, it will not in and of itself prevent integer overflow attacks.

Computer Science & Information Technology

You might also like to view...

Correct the Code Errors) Identify and correct the error(s) in each of the following:

``` While (x <= 100) total += x; ++x; ```

Computer Science & Information Technology

A layer that is "clipped to another layer" or "using a

clipping mask" means that the layer interacts with and affects only the layer directly below it. Indicate whether the statement is true or false

Computer Science & Information Technology

A subclass is any class that inherits attributes from a superclass.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?The h2 element in a desktop viewport is the last element that needs to be formatted.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology