Skip to content
Commit bdd9968d authored by Giedrius Statkevičius's avatar Giedrius Statkevičius Committed by Sebastian Reichel
Browse files

power: supply: lp8788: prevent out of bounds array access



val might become 7 in which case stime[7] (array of length 7) would be
accessed during the scnprintf call later and that will cause issues.
Obviously, string concatenation is not intended here so just a comma needs
to be added to fix the issue.

Fixes: 98a27664 ("power_supply: Add new lp8788 charger driver")
Signed-off-by: default avatarGiedrius Statkevičius <giedrius.statkevicius@gmail.com>
Acked-by: default avatarMilo Kim <milo.kim@ti.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 0c9888e3
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