Commit graph

3 commits

Author SHA1 Message Date
dc58a36c9b Update CLAUDE.md 2026-03-25 23:09:59 +00:00
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
d97381396a docs: add CLAUDE.md and fuzzing section to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 22:24:04 +00:00