cpupowerutils: increase MAX_LINE_LEN
larger sysfs data (>255 bytes) was truncated and thus used improperly [linux@dominikbrodowski.net: adapted to cpupowerutils] Signed-off-by: Roman Vasiyarov <rvasiyarov@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
committed by
Dominik Brodowski
parent
ee3db6fcaf
commit
76b659a31d
@@ -17,7 +17,7 @@
|
|||||||
#include "cpufreq.h"
|
#include "cpufreq.h"
|
||||||
|
|
||||||
#define PATH_TO_CPU "/sys/devices/system/cpu/"
|
#define PATH_TO_CPU "/sys/devices/system/cpu/"
|
||||||
#define MAX_LINE_LEN 255
|
#define MAX_LINE_LEN 4096
|
||||||
#define SYSFS_PATH_MAX 255
|
#define SYSFS_PATH_MAX 255
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user