]> www.infradead.org Git - users/jedix/linux-maple.git/commit
smb: minor fix to use sizeof to initialize flags_string buffer
authorBharath SM <bharathsm@microsoft.com>
Thu, 19 Jun 2025 15:35:33 +0000 (21:05 +0530)
committerSteve French <stfrench@microsoft.com>
Sat, 21 Jun 2025 16:03:25 +0000 (11:03 -0500)
commit4d360cfe8cbac3b62bd9e1df9889bde8a9d5b1d7
treecbd23dce18687797e12828d3cd06198212b48262
parent4eb11a34b72c86d559f437fdadc47e512bba41d2
smb: minor fix to use sizeof to initialize flags_string buffer

Replaced hardcoded length with sizeof(flags_string).

Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifs_debug.c