Files
scrcpy/app
Romain Vimont df017160ed Replace strcpy() by memcpy()
It was safe to call strcpy() since the input length was checked, but
then it is more straightforward to call memcpy() directly.
2021-06-20 12:34:19 +02:00
..
2021-06-20 12:34:19 +02:00
2021-06-11 18:40:12 +02:00
2021-06-16 22:56:11 +02:00