Files
scst/iscsi-scst/kernel
Gleb Chesnokov 989802f48d scst: Replace snprintf() with scnprintf()
Replace snprintf() with scnprintf() in two places:

- code paths that build up a buffer incrementally
- sysfs attribute “show” handlers

scnprintf() guarantees its return value is the number of bytes actually
written (never exceeding the buffer), preventing potential overruns.

This patch does not change any functionality.
2025-05-19 20:46:54 +03:00
..
2018-04-12 03:49:10 +00:00
2025-01-20 18:54:10 +03:00
2018-10-14 21:59:08 +00:00
2025-01-20 18:54:10 +03:00