strncat by strlcpy and strlcat
@ -118,7 +118,7 @@ IPair *IFReadConfigFile(FILE * fd)
continue;
iLen = pPos - pBueffel;
strlcpy(pName, pBueffel, iLen);
strncpy(pName, pBueffel, iLen);
pName[iLen] = '\0';
strlcpy(pValue, (pPos + 1),131);
RemoveWhiteSpace(pName);
The note is not visible to the blocked user.