summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-12-19 22:32:33 +0100
committerTyler Hicks <code@tyhicks.com>2025-12-23 15:23:23 -0600
commite8fb5ec8934312df0a8f28b5514733acdf7ba722 (patch)
treeae60e1645d3871242e055382733314fdc2b9fa1a /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent0529a804095b22bf4fe8502d1a1eb09a25a5b954 (diff)
ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context
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>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions