summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-03-18 21:55:19 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2025-03-23 12:53:47 +0300
commit3b4aff61ca5dd696856d2db98e9268d94504eff3 (patch)
tree8e75f741a863fb0c5e86a5a8842e187f063f268b /tools/perf/scripts/python/stackcollapse.py
parent778b09d91baafb13408470c721d034d6515cfa5a (diff)
downloadlinux-3b4aff61ca5dd696856d2db98e9268d94504eff3.tar.xz
netfilter: xtables: Use strscpy() instead of strscpy_pad()
kzalloc() already zero-initializes the destination buffer, making strscpy() sufficient for safely copying the name. The additional NUL- padding performed by strscpy_pad() is unnecessary. The size parameter is optional, and strscpy() automatically determines the size of the destination buffer using sizeof() if the argument is omitted. This makes the explicit sizeof() call unnecessary; remove it. No functional changes intended. Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Reviewed-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions