首页 > 其他 > 详细

buffer overflow vulnerabilitie

时间:2016-12-01 03:48:03      阅读:292      评论:0      收藏:0      [点我收藏+]

Computer Systems A Programmer‘s Perspective Second Edition

Avoiding security holes.For many years,buffer overflow vulnerabilitieshave

accounted for the majority of security holes in network and Internet servers.
These vulnerabilities exist because too few programmers understand the need
to carefully restrict the quantity and forms of data they accept from untrusted
sources. A first step in learning secure programming is to understand the con-
sequences of the way data and control information are stored on the program
stack. We cover the stack discipline and buffer overflow vulnerabilities in
Chapter 3 as part of our study of assembly language. We will also learn about
methods that can be used by the programmer, compiler, and operating system
to reduce the threat of attack.

buffer overflow vulnerabilitie

原文:http://www.cnblogs.com/yuanjiangw/p/6120387.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!