aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorRahul Rameshbabu <[email protected]>2023-11-21 15:00:21 -0800
committerSaeed Mahameed <[email protected]>2023-12-13 17:22:19 -0800
commitad436b9c1270c40554e274f067f1b78fcc06a004 (patch)
treebc96af6cc0727710d4641d860335c9afb7e802f8 /lib/memory-notifier-error-inject.c
parentd792e5f7f19b95f5ce41ac49df5ead4d280238f4 (diff)
net/mlx5e: Correct snprintf truncation handling for fw_version buffer
snprintf returns the length of the formatted string, excluding the trailing null, without accounting for truncation. This means that is the return value is greater than or equal to the size parameter, the fw_version string was truncated. Reported-by: David Laight <[email protected]> Closes: https://lore.kernel.org/netdev/[email protected]/ Link: https://docs.kernel.org/core-api/kernel-api.html#c.snprintf Fixes: 41e63c2baa11 ("net/mlx5e: Check return value of snprintf writing to fw_version buffer") Signed-off-by: Rahul Rameshbabu <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions