Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Use memcpy for raw memory copy
CID 1106738 (#1 of 1): Buffer not null terminated (BUFFER_SIZE_WARNING) Its a good practice to use memcpy over strncpy for non-null terminated char sequences. Change-Id: Icd4373c0528e46f007dba5f3246eb9538ef11867
- Loading branch information