Răsfoiți Sursa

leds-lp5523: Fix riskiness of the page fault

The last attribute should be terminated as NULL because any member of
attribute structure is accessed while adding the sysfs file.
If not, invalid address may cause the page fault problem.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Kim, Milo 13 ani în urmă
părinte
comite
f162584232
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      drivers/leds/leds-lp5523.c

+ 1 - 0
drivers/leds/leds-lp5523.c

@@ -759,6 +759,7 @@ static struct attribute *lp5523_attributes[] = {
 	&dev_attr_engine2_leds.attr,
 	&dev_attr_engine2_leds.attr,
 	&dev_attr_engine3_load.attr,
 	&dev_attr_engine3_load.attr,
 	&dev_attr_engine3_leds.attr,
 	&dev_attr_engine3_leds.attr,
+	NULL,
 };
 };
 
 
 static const struct attribute_group lp5523_group = {
 static const struct attribute_group lp5523_group = {