summaryrefslogtreecommitdiff
path: root/scripts/bash-completion/make
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-12-22 11:00:57 +0100
committerMike Marshall <hubcap@omnibond.com>2026-01-19 16:00:51 -0500
commit0eb1927502e870e4b8beaab403775056a8f4f0db (patch)
tree425513cf893b671325107846ead86b4ec97458db /scripts/bash-completion/make
parent24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 (diff)
orangefs: Replace deprecated strcpy with strscpy
strcpy() has been deprecated [1] because it performs no bounds checking on the destination buffer, which can lead to buffer overflows. Replace it with the safer strscpy(). No functional changes. 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