usbip-rs/lib
Davíð Steinn Geirsson 76f5134e25 fix: close connection on devid mismatch, matching kernel behavior
The kernel's valid_request() in stub_rx.c tears down the TCP connection
when devid doesn't match (SDEV_EVENT_ERROR_TCP). Previously we sent an
error response and continued, which is non-standard. Now we break out
of the loop to close the connection, matching the kernel.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 00:21:49 +00:00
..
fuzz feat(fuzz): add corpus seed generator with seeds for all targets 2026-03-26 00:08:24 +00:00
src fix: close connection on devid mismatch, matching kernel behavior 2026-03-26 00:21:49 +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