Loading
drivers/crypto/ccp: memmove is used instead of memcpy in overlapped memmory for tkm
hygon inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9C3AM CVE: NA --------------------------- When deleting a VID, `memcpy` is used to move data within the array and overwrite the deleted VID entry. However, `memcpy` does not handle overlapping memory regions correctly within the array. Therefore, `memmove` should be used instead. Signed-off-by:niuyongwen <niuyongwen@hygon.cn>