mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-03 06:36:57 +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.