Description
CPPCHECK: base\services\svchost\svchost.c 46 error Dangerous usage of 'ServiceKeyBuffer' (strncpy doesn't always null-terminate it).
here strncpy is used to copy a string and later strcat is used on it, which relies on the source string being null terminated.