Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 229 Bytes

Sanitizer Runtime Library

Currently only the UndefinedBehaviorSanitizer is supported.

Cross-compile for bare-bones usage:

cargo build --target x86_64-unknown-none --no-default-features --features ubsan --release