summaryrefslogtreecommitdiff
path: root/scripts/bash-completion/make
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2026-01-17 14:49:53 +0100
committerMike Marshall <hubcap@omnibond.com>2026-01-19 16:00:59 -0500
commit9e835108a9ae1c37aef52a6f8d53265f474904a1 (patch)
tree389537d66caacab04de424883362814c30fc62d4 /scripts/bash-completion/make
parent0eb1927502e870e4b8beaab403775056a8f4f0db (diff)
fs/orangefs: Replace deprecated strcpy with memcpy + strscpy
strcpy() is deprecated [1] and using strcat() is discouraged. In orangefs_debugfs_init() and orangefs_client_debug_init(), replace them with memcpy() since the string lengths are already known. Replace all other uses of strcpy() with the safer strscpy(). Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy [1] Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'scripts/bash-completion/make')
0 files changed, 0 insertions, 0 deletions