diff options
| author | HariKrishna Sagala <hariconscious@gmail.com> | 2025-11-13 19:56:38 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-21 16:25:02 +0000 |
| commit | df919994d323c7c86e32fa2745730136d58ada12 (patch) | |
| tree | 61bf68884ab4bf7b59ad1ed0d714e28975a9b186 /net/unix/af_unix.c | |
| parent | 3efee7362dbf896072af1c1aaeaf9fd6e235c591 (diff) | |
ASoC: Intel: avs: Replace snprintf() with scnprintf()
snprintf() as defined by the C99 standard,returns the
number of characters that *would have been* written if
enough space were available.Use scnprintf() that returns
the actual number of characters written.
Link: https://github.com/KSPP/linux/issues/105
Signed-off-by: HariKrishna Sagala <hariconscious@gmail.com>
Link: https://patch.msgid.link/20251113142637.259737-2-hariconscious@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions