-
Notifications
You must be signed in to change notification settings - Fork 344
EDK II Address Sanitizer Features
Jian Wang edited this page Nov 20, 2018
·
1 revision
Current EDK II supports following kinds of address sanitizer features:
- Page/pool memory overflow detection (Heap Guard)
- PcdHeapGuardPropertyMask
- PcdHeapGuardPoolType
- PcdHeapGuardPageType
- NULL pointer access detection (NULL Detection)
- PcdNullPointerDetectionPropertyMask
- Use-After-Free page/pool memory detection (UAF Detection)
- PcdHeapGuardPropertyMask
- Global stack overflow detection (Stack Guard)
- PcdCpuStackGuard
- Local stack overflow detection (BaseStackCheckLib)
- -fstack-protector-all (MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf)
to-be-done
Home
Getting Started with EDK II
Build Instructions
EDK II Platforms
EDK II Documents
EDK II Release Planning
Reporting Issues
Reporting Security Issues
Community Information
Inclusive Language
Additional Projects & Tasks
Training
Community Support
Community Virtual Meetings
GHSA GitHub Security Advisories Proceess (Draft)