+2
−7
Loading
Use strscpy() to copy the NUL-terminated '->global_default_cipher_name' to the destination buffer instead of using memcpy() followed by a manual NUL termination. Remove the now-unused local variable 'cipher_name_len'. Signed-off-by:Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by:
Tyler Hicks <code@tyhicks.com>