mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
Replace all uses of sprintf() with scnprintf() in sysfs attribute callbacks to eliminate the risk of buffer overflows. This patch does not change any functionality.