summaryrefslogtreecommitdiff
path: root/test/fuzz
AgeCommit message (Collapse)Author
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-11fix fuzzing buildhathach
2023-08-11removed obsolete tud_network_link_state_cb()Hardy Griech
2023-06-27rework cmake with rtos support add RTOS to ↵hathach
family_configure_device/host/dual_example()
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-17fix ci with building fuzzhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-06integrate top.mk into make.mkhathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
fix: Change all static variables to thread when fuzzing
2023-02-22missing some fileshathach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-29feat(fuzz): Adds seed corpus for cdc and msc classesNathaniel Brough
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.
2022-12-08move build Fuzzer into pre-commithathach
2022-12-08move fuzz into test/fuzzhathach