FreeRDP/channels/tsmf/client/oss
Ondrej Holy e2f9a08107 tsmf: Prevent string overflow and unterminated strings
Device variable can overflow, or be unterminated. Replace strcpy
by strncpy and be sure that the string is terminated (sizeof() - 1).
2017-12-19 12:21:34 +01:00
..
CMakeLists.txt build: add missing dependencies 2016-04-07 15:10:00 +02:00
tsmf_oss.c tsmf: Prevent string overflow and unterminated strings 2017-12-19 12:21:34 +01:00