This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c4a8d7f86a
os-rust
/
src
/
test
/
run-make-fulldeps
/
sanitizer-cdylib-link
/
program.rs
8 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets.
2017-06-17 13:42:56 +10:00
extern
{
fn
overflow
(
)
;
}
sanitizer support
2016-12-29 23:28:11 -05:00
fn
main
(
)
{
Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets.
2017-06-17 13:42:56 +10:00
unsafe
{
overflow
(
)
}
sanitizer support
2016-12-29 23:28:11 -05:00
}
Reference in a new issue
Copy permalink