diff options
author | 2025-08-08 17:52:21 +0300 | |
---|---|---|
committer | 2025-08-11 23:20:26 -0500 | |
commit | d7f1affc556e07208453224a025bd67583671ae2 (patch) | |
tree | 30c62a0ce1008e349fedbbdec09e741322c1fb43 /tools/perf/scripts/python | |
parent | cifs: Fix collect_sample() to handle any iterator type (diff) | |
download | wireguard-linux-d7f1affc556e07208453224a025bd67583671ae2.tar.xz wireguard-linux-d7f1affc556e07208453224a025bd67583671ae2.zip |
cifs: avoid extra calls to strlen() in cifs_get_spnego_key()
Since 'snprintf()' returns the number of characters emitted, an
output position may be advanced with this return value rather
than using an explicit calls to 'strlen()'. Compile tested only.
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions