mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
The buffer must be large enough to hold MAX_COMPUTERNAME_LENGTH characters, so the buffer needs to be of size MAX_COMPUTERNAME_LENGTH + 1 or larger to hold the '\0' terminated string.