Files
pip/libs
andrey b2e637ee2b fix(PIIOByteArray): advance pos by actual bytes read, not requested size
readDevice() did pos += size instead of pos += ret. The clamping
on the next line (pos = min(pos, data_->size_s())) masked the
issue in practice, but the semantics were wrong. Aligns with
writeDevice() which correctly uses pos += rs.size_s().
2026-08-05 17:39:37 +03:00
..
2026-08-05 12:46:43 +03:00
2024-11-16 14:53:04 +03:00
2026-03-20 16:31:30 +03:00
2026-05-26 21:37:21 +03:00
2025-08-13 11:17:00 +03:00
2026-05-29 09:56:29 +03:00
usb
2024-01-17 18:39:53 +03:00