summaryrefslogtreecommitdiff
path: root/tools/power
diff options
context:
space:
mode:
authorGiedrius Statkevičius <giedrius.statkevicius@gmail.com>2017-03-25 18:00:49 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-14 14:00:14 +0200
commit4f39fcce99d7acd5712347a0bde57352a5abc8a9 (patch)
treeb8c4d5fdb35545a2f262e9dcf3c199ecb5048adb /tools/power
parentccef31d22e802f98bd161aa7e54f2ad98bc5ba17 (diff)
power: supply: lp8788: prevent out of bounds array access
commit bdd9968d35f7fcdb76089347d1529bf079534214 upstream. 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: 98a276649358 ("power_supply: Add new lp8788 charger driver") Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com> Acked-by: Milo Kim <milo.kim@ti.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/power')
0 files changed, 0 insertions, 0 deletions