码迷,mamicode.com
首页 > 其他好文 > 详细

buffer overflow vulnerabilitie

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

标签:abi   systems   system   buffer   ogr   min   anti   intern   can   

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

标签:abi   systems   system   buffer   ogr   min   anti   intern   can   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!