Code Analysis for C/C++ Overview
Code Analysis for C/C++ is a static analyzer that is provided with the installation of Visual Studio Team System or Visual Studio Team Suite, that provides information to developers about possible vulnerabilities in their C/C++ source code. Common coding errors reported by the tool include buffer overruns, un-initialized memory, null pointer dereferences, and memory and resource leaks. Related resources:
Tags:
|
Related Videos |