diff options
| author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-06-06 16:12:11 +0300 |
|---|---|---|
| committer | Tzung-Bi Shih <tzungbi@kernel.org> | 2024-06-07 09:57:44 +0000 |
| commit | 1f72dd046270ff44e5fd43045c4d0bb025f88607 (patch) | |
| tree | fe86a678966d117ffed2c7b7ec2a907223bca7d1 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | platform/chrome: cros_ec_lpc: Add quirks for Framework Laptop (diff) | |
| download | linux-1f72dd046270ff44e5fd43045c4d0bb025f88607.tar.gz linux-1f72dd046270ff44e5fd43045c4d0bb025f88607.zip | |
hwmon: (cros_ec) Prevent read overflow in probe()
The "resp.sensor_name" comes from cros_ec_cmd() and it hasn't necessarily
been NUL terminated. We had not intended to read past "sensor_name_size"
bytes, however, there is a width vs precision bug in the format string.
The format needs to be precision '%.*s' instead of width '%*s'.
Precision prevents an out of bounds read, but width is a no-op.
Fixes: bc3e45258096 ("hwmon: add ChromeOS EC driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/42331b70-bd3c-496c-8c79-3ec4faad40b8@moroto.mountain
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
