Kaynağa Gözat

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>
Roman Vasiyarov 14 yıl önce
ebeveyn
işleme
76b659a31d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tools/power/cpupower/lib/sysfs.c

+ 1 - 1
tools/power/cpupower/lib/sysfs.c

@@ -17,7 +17,7 @@
 #include "cpufreq.h"
 
 #define PATH_TO_CPU "/sys/devices/system/cpu/"
-#define MAX_LINE_LEN 255
+#define MAX_LINE_LEN 4096
 #define SYSFS_PATH_MAX 255