boot_init_stack_canary

本文深入探讨了Linux内核中的boot_init_stack_canary,作者Bo Shen详细介绍了这个概念,涉及Linux kernel的git版本0c0bd34。内容主要聚焦于arm架构下栈保护的相关头文件<arch/arm/include/asm/stackprotector.h>。
摘要由CSDN通过智能技术生成

[Author: Bo Shen <voice.shen@gmail.com>]

[Linux kernel: git: 0c0bd34]


<arch/arm/include/asm/stackprotector.h>

  1 /*                                                                         
  2  * GCC stack protector support. 
  3  *                             
  4  * Stack protector works by putting predefined pattern at the start of 
  5  * the stack frame and verifying that it hasn't been overwritten when 
  6  * returning from the function.  The pattern is called stack canary        
  7  * and gcc expects it to be defined by a global variable called            
  8  * "__stack_chk_guard" on ARM.  This unfortunately means that on SMP       
  9  * we cannot have a different canary value per task.                       
 10  */                                                                        
 11                                                                          
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值