Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (ibmpowernv) Use scnprintf() for avoiding potential buffer ove…
…rflow Since snprintf() returns the would-be-output size instead of the actual output size, the succeeding calls may go beyond the given buffer limit. Fix it by replacing with scnprintf(). Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
- Loading branch information