OSS-fuzz needs some love
Uri Simchoni
uri at samba.org
Sun Sep 5 07:06:24 UTC 2021
On 9/5/21 9:59 AM, Uri Simchoni via samba-technical wrote:
> On 9/4/21 1:30 PM, Uri Simchoni via samba-technical wrote:
> <snip>
>>
>> python infra/helper.py build_image samba
>> python infra/helper.py build_fuzzers --sanitizer address --engine
>> libfuzzer --architecture x86_64
>> python infra/helper.py check_build --sanitizer address --engine
>> libfuzzer --architecture x86_64
>>
>
> That should be:
>
> python infra/helper.py build_fuzzers --sanitizer address --engine
> libfuzzer --architecture x86_64 samba
>
> python infra/helper.py check_build --sanitizer address --engine
> libfuzzer --architecture x86_64
>
Drat! damn copy+paste...
python infra/helper.py build_fuzzers --sanitizer address --engine
libfuzzer --architecture x86_64 samba
python infra/helper.py check_build --sanitizer address --engine
libfuzzer --architecture x86_64 samba
More information about the samba-technical
mailing list