1
0
Fork 0

tools/power turbostat: fix possible sprintf buffer overflow

commit 46c2797826 upstream.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Alakesh Haloi <alakeshh@amazon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/10/head
Len Brown 2017-12-08 17:38:17 -05:00 committed by Greg Kroah-Hartman
parent cdb2d37d34
commit 3a738e7f73
1 changed files with 1 additions and 1 deletions

View File

@ -1485,7 +1485,7 @@ int get_mp(int cpu, struct msr_counter *mp, unsigned long long *counterp)
if (get_msr(cpu, mp->msr_num, counterp))
return -1;
} else {
char path[128];
char path[128 + PATH_BYTES];
if (mp->flags & SYSFS_PERCPU) {
sprintf(path, "/sys/devices/system/cpu/cpu%d/%s",