summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2025-07-10 12:07:17 +0200
committerTakashi Iwai <tiwai@suse.de>2025-07-11 09:53:35 +0200
commit19a28b8c7f9f63019fa1b6ccfbbe78f5fd4bc77c (patch)
tree5a60685ac6dee2217e6e56f82b7273ce7a4d988a /tools/perf/scripts/python/export-to-postgresql.py
parent2173cee16c2cad741d14c2eb17d39928f7b162c9 (diff)
downloadkernel-19a28b8c7f9f63019fa1b6ccfbbe78f5fd4bc77c.tar.gz
ALSA: 6fire: Use safer strscpy() instead of strcpy()
Use a safer function strscpy() instead of strcpy() for copying to arrays. Only idiomatic code replacement, and no functional changes. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20250710100727.22653-96-tiwai@suse.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig 2014-04-15block: remove struct request buffer memberJens Axboe 2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro 2014-02-20Merge branch 'master' into for-nextJiri Kosina 2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida 2013-11-23block: Abstract out bvec iteratorKent Overstreet