标签:compile file tac step 权限控制 use lin 简单 lang
Android主线上的内核代码质量要优于厂商驱动代码:
- 厂商如何提升驱动代码安全质量? Step2
- Compiler changes e.g. integer overflow checking(clang 3.5+与gcc 5.0+都有integer overflow 检测)
- Scripts e.g. checkpatch.pl (checkpatch.pl可执行质量和简单漏洞检测)
- Runtime changes - e.g. PAN enforce proper use of copy_*_user() (Privileged Access Never)
- KASAN (内存错误检测)
- Constification (const声明)
Android: protecting the kernel
标签:compile file tac step 权限控制 use lin 简单 lang
原文地址:https://www.cnblogs.com/gm-201705/p/9863966.html