summaryrefslogtreecommitdiff
path: root/test/fuzz/dcd_fuzz.cc
AgeCommit message (Collapse)Author
2026-03-30Fix broken fuzzing harnessDavidKorczynski
Refactor event signal generation to limit bus signal events generated by fuzzing harnesses. The main point is that the issues listed by OSS-Fuzz does not seem to be true positives https://issues.oss-fuzz.com/issues?q=project%3Dtinyusb%20status%3Dnew For example, the existing set up could generate USBD_EVENT_FUNC_CALL which is explicitly not a DCD event. This fixes the harnesses so they don't run into several of the oss-fuzz open issues.
2025-10-22Fix copilot issuesMengsk
Signed-off-by: Mengsk <[email protected]>
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-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22missing some fileshathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2022-12-08move fuzz into test/fuzzhathach