摘要
分析了C++程序中与异常相关的安全漏洞,以及这些漏洞会引起内存泄漏、程序的控制流异常和数据流异常。根据几种常见安全漏洞的表现形式,结合实例详细分析了这些安全漏洞产生原因及特点,并给出安全编程的建议。
Safety vulnerabilities related to exception in C ++ programs and the consequent resource leak, control flow errors or data flow errors are analyzed. Representations of several familiar vulnerabilities are listed, and their causes and characteristics are analyzed with detailed examples. The corresponding suggestions for safety programming are put forward.
出处
《电子科技》
2009年第2期23-27,共5页
Electronic Science and Technology
关键词
C++程序
异常
安全漏洞
安全编程
C ++ program
exception
safety vulnerability
safety programming