fix (#1859)
This commit is contained in:
parent
db88412738
commit
49ad380068
@ -32,7 +32,7 @@ crate-type = ["staticlib", "rlib"]
|
||||
[dependencies]
|
||||
libafl = { path = "../../libafl", default-features = false, features = ["std", "derive", "llmp_compression", "rand_trait", "regex", "errors_backtrace", "serdeany_autoreg", "tui_monitor", "unicode"] }
|
||||
libafl_bolts = { path = "../../libafl_bolts", default-features = false, features = ["std", "derive", "llmp_compression", "rand_trait", "serdeany_autoreg", "errors_backtrace"] }
|
||||
libafl_targets = { path = "../../libafl_targets", features = ["sancov_8bit", "sancov_cmplog", "libfuzzer", "libfuzzer_oom", "libfuzzer_define_run_driver", "libfuzzer_interceptors", "sanitizers_flags", "whole_archive"] }
|
||||
libafl_targets = { path = "../../libafl_targets", features = ["sancov_8bit", "sancov_cmplog", "libfuzzer", "libfuzzer_oom", "libfuzzer_define_run_driver", "libfuzzer_interceptors", "sanitizers_flags", "whole_archive", "sanitizer_interfaces"] }
|
||||
|
||||
ahash = { version = "0.8.3", default-features = false }
|
||||
libc = "0.2.139"
|
||||
|
@ -31,7 +31,7 @@ default = [
|
||||
"common",
|
||||
]
|
||||
std = ["libafl/std"]
|
||||
libfuzzer = ["std", "common", "sanitizer_interfaces"]
|
||||
libfuzzer = ["std", "common"]
|
||||
libfuzzer_no_link_main = ["libfuzzer"]
|
||||
libfuzzer_define_run_driver = ["libfuzzer"]
|
||||
libfuzzer_interceptors = ["libfuzzer", "sancov_cmplog"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user