search for: tracest

Displaying 4 results from an estimated 4 matches for "tracest".

Did you mean: traces
2015 Jul 04
2
[LLVMdev] libFuzzer newbie question
So I was curious to start using the libFuzzer, but trying to follow along I got the following error: clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc Fuzzer*.o Undefined symbols for architecture x86_64: "_dfsan_create_label", referenced from: fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long, unsigned long, unsigned long long, unsigned long long, unsigned short, unsigned short) in FuzzerTraceState.o fuzzer::Fuzzer::InitializeTraceState() in FuzzerTraceState.o "_dfsan_get_label_info", referenced from: fuzzer::T...
2015 Jul 06
2
[LLVMdev] DataFlowSanitizer only for Linux
...ink a program with the DataFlowSanitizer functionality, this is from the libFuzzer project, and I was seeing: clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc Fuzzer*.o Undefined symbols for architecture x86_64: "_dfsan_create_label", referenced from: fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long, unsigned long, unsigned long long, unsigned long long, unsigned short, unsigned short) in FuzzerTraceState.o fuzzer::Fuzzer::InitializeTraceState() in FuzzerTraceState.o "_dfsan_get_label_info", referenced from: fuzzer::T...
2015 Jul 08
2
[LLVMdev] DataFlowSanitizer only for Linux
...uzzer project, and I was seeing: >> >> clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc >> Fuzzer*.o >> >> Undefined symbols for architecture x86_64: >> >> "_dfsan_create_label", referenced from: >> >> fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned long, >> unsigned long, unsigned long long, unsigned long long, unsigned short, >> unsigned short) in FuzzerTraceState.o >> >> fuzzer::Fuzzer::InitializeTraceState() in FuzzerTraceState.o >> >> "_dfsan_get...
2015 Jul 10
2
[LLVMdev] DataFlowSanitizer only for Linux
...nitize=address -fsanitize-coverage=edge test_fuzzer.cc >> >> Fuzzer*.o >> >> >> >> Undefined symbols for architecture x86_64: >> >> >> >> "_dfsan_create_label", referenced from: >> >> >> >> fuzzer::TraceState::DFSanCmpCallback(unsigned long, unsigned >> long, >> >> unsigned long, unsigned long long, unsigned long long, unsigned short, >> >> unsigned short) in FuzzerTraceState.o >> >> >> >> fuzzer::Fuzzer::InitializeTraceState() in FuzzerTrac...