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
..
src Replace strcpy() by memcpy() 2021-06-20 12:34:19 +02:00
tests Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
meson.build Provide device info directly on server connection 2021-05-17 08:52:08 +02:00
scrcpy.1 Push to /sdcard/Download/ by default 2021-06-16 22:56:11 +02:00