Files
pip/libs/main/io_devices
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-03-20 16:31:30 +03:00
2024-11-20 20:01:47 +03:00
2026-03-12 14:46:57 +03:00
2025-08-13 18:48:01 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-05 21:46:44 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-09-23 21:16:54 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2026-03-12 14:46:57 +03:00