summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-182-3/+3
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-221-1/+1
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-064-1/+246
* cr50_fuzz: Re-enable this fuzz target now that chromeos-ec is fixed.Allen Webb2018-12-062-2/+2
* cr50_fuzz: Fix missing dependencies.Allen Webb2018-12-061-1/+4
* cr50_fuzz: Disable this fuzz target until chromeos-ec is fixed.Allen Webb2018-12-061-1/+2
* cr50_fuzz: Add self test.Allen Webb2018-12-061-0/+44
* cr50_fuzz: Add libprotobuf-mutator support.Allen Webb2018-12-0610-61/+1025
* cr50_fuzz: fix nvmem_vars user number.Allen Webb2018-11-211-1/+1
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-2/+0
* cr50_fuzz: Fix broken compilationAllen Webb2018-11-091-0/+7
* cr50_fuzz: Add missing include and define.Allen Webb2018-09-121-0/+2
* makefule.rules: Add cxx_to_o rule for building c++ files.Allen Webb2018-09-071-7/+10
* cr50_fuzz: Add minimal fuzzer for pinweaver.Allen Webb2018-09-074-2/+147
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-1/+13
* Move fuzzing tests into a fuzz subfolder.Allen Webb2018-08-224-0/+226