Files
pip/libs
andrey 1c9cdbba19 fix(picloudserver): use piMin<ssize_t> to avoid signed/unsigned UB in Client::readDevice
piMini(max_size, buff.size()) implicitly narrows size_t to int,
which is UB for large buffers. Replace with explicit piMin<ssize_t>
matching the correct pattern used in picloudclient.cpp.
2026-08-10 15:48:12 +03:00
..
2026-08-05 12:46:43 +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-08-05 19:48:01 +03:00
usb
2024-01-17 18:39:53 +03:00