This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Oss-fuzz integration


Hi everyone,

My name is Philippe Antoine
I have been fuzzing binutils disassembler.
I have just reported two found bugs to bug-binutils@gnu.org

I would like to share how I found them and ask if you would like to integrate fuzz targets and get them running on oss-fuzz
Here is what I built
https://github.com/google/oss-fuzz/pull/2617

If you want to test it, you can install Docker and tun the following commands
- git clone --branch binutils --depth 1 https://github.com/catenacyber/oss-fuzz
- cd oss-fuzz
- python infra/helper.py build_image binutils
- python infra/helper.py build_fuzzers --sanitizer address binutils
- python infra/helper.py run_fuzzer binutils fuzz_disassemble
 
What do you think of this ?
Would you like to integrate fuzz targets in main repository ?

Best regards,
Philippe

PS : Should I use bug-binutils@gnu.org as primary contact address ?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]