mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 14:04:20 +01:00
It was safe to call strcpy() since the input length was checked, but then it is more straightforward to call memcpy() directly.
It was safe to call strcpy() since the input length was checked, but then it is more straightforward to call memcpy() directly.