jonathanmetzman

Results 935 comments of jonathanmetzman

> There's also some rust issues that look like this: > > > ``` > > /usr/bin/ld: cannot find -lc++ > > ``` > > I think it's because clang's...

/gcbrun trial_build.py all --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz

/gcbrun trial_build.py all --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz

/gcbrun trial_build.py all --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz

@vanhauser-thc I'm getting some afl++ related errors, do you know what the problem is? ``` error: unable to load plugin '/src/aflplusplus/SanitizerCoveragePCGUARD.so': 'Could not load library '/src/aflplusplus/SanitizerCoveragePCGUARD.so': /src/aflplusplus/SanitizerCoveragePCGUARD.so: cannot open shared...

/gcbrun trial_build.py all --sanitizer address memory undefined --fuzzing-engine libfuzzer afl honggfuzz

/gcbrun trial_build.py all --sanitizer address memory undefined --fuzzing-engine libfuzzer afl honggfuzz

/gcbrun trial_build.py all --sanitizer address memory undefined --fuzzing-engine libfuzzer afl honggfuzz

/gcbrun trial_build.py all --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz

This is now failing because of the changes I made to get the newer clang version working. I'm going to do the smaller roll in another PR.