Displaying 4 results from an estimated 4 matches for "getlabelrang".
Did you mean:
getlabelrange
2015 Jul 04
2
[LLVMdev] libFuzzer newbie question
...mpCallback(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::TraceState::GetLabelRange(unsigned short) in
FuzzerTraceState.o
"_dfsan_read_label", referenced from:
_dfsan_weak_hook_memcmp in FuzzerTraceState.o
"_dfsan_set_label", referenced from:
fuzzer::Fuzzer::InitializeTraceState() in FuzzerTraceState.o
ld: symbol(s) not found for architect...
2015 Jul 06
2
[LLVMdev] DataFlowSanitizer only for Linux
...mpCallback(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::TraceState::GetLabelRange(unsigned short) in
FuzzerTraceState.o
.....
But then looking at the docs:
http://clang.llvm.org/docs/DataFlowSanitizer.html
It appears that this is only supported under Linux? Is that right?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm...
2015 Jul 08
2
[LLVMdev] DataFlowSanitizer only for Linux
...gned 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::TraceState::GetLabelRange(unsigned short) in
>> FuzzerTraceState.o
>>
>> .....
>>
>> But then looking at the docs:
>> http://clang.llvm.org/docs/DataFlowSanitizer.html
>>
>> It appears that this is only supported under Linux? Is that right?
>>
>
> Correct. AFAI...
2015 Jul 10
2
[LLVMdev] DataFlowSanitizer only for Linux
...t;> unsigned short) in FuzzerTraceState.o
>> >>
>> >> fuzzer::Fuzzer::InitializeTraceState() in FuzzerTraceState.o
>> >>
>> >> "_dfsan_get_label_info", referenced from:
>> >>
>> >> fuzzer::TraceState::GetLabelRange(unsigned short) in
>> >> FuzzerTraceState.o
>> >>
>> >> .....
>> >>
>> >> But then looking at the docs:
>> >> http://clang.llvm.org/docs/DataFlowSanitizer.html
>> >>
>> >> It appears that this is only...