summaryrefslogtreecommitdiff
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-06-19 05:30:51 (GMT)
committerGuenter Roeck <linux@roeck-us.net>2012-07-22 04:48:44 (GMT)
commit0ef63e48f0247a9f9b9ffeef0f2641ac880728ab (patch)
treed26df8fe26b65b86669bb7efb3867d1b66a18fdc /drivers/hwmon/Makefile
parente2730bea0b9951cb8ec0732045f59eea360f5e7c (diff)
downloadlinux-0ef63e48f0247a9f9b9ffeef0f2641ac880728ab.tar.xz
hwmon: (ntc_thermistor) Ensure that data->name string is terminated
Fix Coverity warning: Calling strncpy with a maximum size argument of 20 bytes on destination array "data->name" of size 20 bytes might leave the destination string unterminated. Fix by replacing strncpy() with strlcpy() and by using sizeof() to determine the maximum string length. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
0 files changed, 0 insertions, 0 deletions