usbip-rs/lib
Davíð Steinn Geirsson e5339e9df6 fix: reject non-zero status in OP_REQ_DEVLIST/IMPORT requests
Replace debug_assert!(status == 0) with proper error returns. Per the
USB/IP protocol spec, the status field in these requests is "unused,
shall be set to 0" — a non-zero value indicates a non-compliant client
and should be rejected at the parsing boundary.

Also document fuzzer crash triage guidelines in CLAUDE.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 22:39:56 +00:00
..
fuzz feat: add fuzz_urb_cdc target 2026-03-25 22:06:36 +00:00
src fix: reject non-zero status in OP_REQ_DEVLIST/IMPORT requests 2026-03-25 22:39:56 +00:00
Cargo.toml fix: update nusb to rev with fixed fuzz_parse_concatenated_config_descriptors return type 2026-03-25 22:13:33 +00:00