From 8e742efe0429dabcad89372da012dd4603787ca9 Mon Sep 17 00:00:00 2001 From: xixix <196745253+xixix-ft@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:47:54 -0500 Subject: [PATCH] Issue with CPU Usage NaN% in Status Overview page (A Walkthrough) ARM Asus RT-AC3200 https://www.linksysinfo.org/index.php?threads/issue-with-cpu-usage-nan-in-status-overview-page-a-walkthrough-arm-asus-rt-ac3200.79175/post-358580 --- release/src-rt-6.x.4708/router/httpd/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/src-rt-6.x.4708/router/httpd/misc.c b/release/src-rt-6.x.4708/router/httpd/misc.c index b9a4bbca95..a733572185 100644 --- a/release/src-rt-6.x.4708/router/httpd/misc.c +++ b/release/src-rt-6.x.4708/router/httpd/misc.c @@ -507,7 +507,7 @@ mtd1: 007d0000 00010000 "linux" #ifdef TCONFIG_BCMARM void asp_jiffies(int argc, char **argv) { - char sa[64]; + char sa[128]; FILE *a; char *e = NULL; char *f= NULL; @@ -602,7 +602,7 @@ void asp_sysinfo(int argc, char **argv) #ifdef TCONFIG_BCMARM char cputemp[8]; - char sa[64]; + char sa[128]; FILE *a; char *e = NULL; char *f= NULL;