2013
Using the Pointer Ownership Model to Secure Memory Management in C and C++
Secure Coding 1 Comment »By David Svoboda
CERT Secure Coding Team
This
blog post describes a research initiative aimed at eliminating
vulnerabilities resulting from memory management problems in C and C++.
Memory problems in C and C++ can lead to serious software
vulnerabilities including difficulty fixing bugs, performance
impediments, program crashes (including null pointer deference and out-of-memory errors), and remote code execution.


Recent Comments