Sanitizer support
Open
enhancement
low-priority
major
research
- Dominant language
- Rust
- Stars
- 331
- Forks
- 26
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
Sanitizer support is tricky, because it depends on the operating system, which UEFI/BIOS doesn't have. Some testing and some possible implementation steps:
- [ ] Try and build an edk2 UEFI app with ASAN, see if it works out of the box
- [ ] If it doesn't see if it works with the hooks defined to send a harness/magic instruction to the simulator
- [ ] If that still doesn't work, try and implement our own pass
Contributor guide
Assessment
This issue has not been assessed yet.