Skip to content
Commit bc4071aa authored by Evgeny Novikov's avatar Evgeny Novikov Committed by Guenter Roeck
Browse files

hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow



aspeed_create_fan() reads a pwm_port value using of_property_read_u32().
If pwm_port will be more than ARRAY_SIZE(pwm_port_params), there will be
a buffer overflow in
aspeed_create_pwm_port()->aspeed_set_pwm_port_enable(). The patch fixes
the potential buffer overflow.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: default avatarEvgeny Novikov <novikov@ispras.ru>
Link: https://lore.kernel.org/r/20200703111518.9644-1-novikov@ispras.ru
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent dcb7fd82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment