]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
afs: Fix unchecked-length string display in debug statement
authorDavid Howells <dhowells@redhat.com>
Mon, 22 Jun 2026 09:08:55 +0000 (10:08 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 1 Jul 2026 13:26:22 +0000 (15:26 +0200)
commit903d37c97228258da71e092f8b4ab260ce81497d
treef11bd010f0f2803899c4dc359102685e093b4e2e
parent56b4e4b26f84411d880f968a539207b0a8889c8c
afs: Fix unchecked-length string display in debug statement

Fix afs_extract_vlserver_list() to limit the length of the displayed
string in a debug statement().

Fixes: 0a5143f2f89c ("afs: Implement VL server rotation")
Closes: https://sashiko.dev/#/patchset/20260618074903.2374756-1-dhowells%40redhat.com
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://patch.msgid.link/20260622090856.2746629-22-dhowells@redhat.com
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/afs/vl_list.c