Your boss just returned from a security conference, and his head is filled with security concerns of all types. With a background as a developer he was particularity interested in a process called code review. Which of the following issues would this process NOT mitigate?
A. integer overflows
B. buffer overflow
C. race conditions
D. performance issues
D
Explanation: Performance issues are not the main focus of code review. The main focus is to identify problems in the code that can lead to or allow issues such as the other options.
Computer Science & Information Technology