Security Audit. Checkpoint changes thus far to c code.
This commit is contained in:
@@ -210,7 +210,7 @@ int ll_InsertSharedSecretLink
|
||||
sharedLink->key = (SS_UTF8_T *)(((uint8_t *)sharedLink) + sizeof(LL_SHSEC_KEY_VAL_T));
|
||||
sharedLink->value = (((uint8_t *)sharedLink) + sizeof(LL_SHSEC_KEY_VAL_T)) + keyLen;
|
||||
|
||||
sscs_Utf8Strcpy(sharedLink->key, key);
|
||||
sscs_Utf8Strncpy(sharedLink->key, key, kLen);
|
||||
memcpy(sharedLink->value, value, vLen);
|
||||
|
||||
return(NSSCS_LL_SUCCESS);
|
||||
|
||||
Reference in New Issue
Block a user