• buffer overflow vulnerabilitie


    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.
  • 相关阅读:
    常见问题
    查询
    多对多关系
    prototype & __proto__
    new operator
    用户
    express.Router
    Express 应用生成器
    LeanCloud
    npm常用命令
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6120387.html
Copyright © 2020-2023  润新知