diff --git a/proc/sysinfo.c b/proc/sysinfo.c index be43bc30..25e35188 100644 --- a/proc/sysinfo.c +++ b/proc/sysinfo.c @@ -938,7 +938,7 @@ unsigned int getpartitions_num(struct disk_stat *disks, int ndisks){ ///////////////////////////////////////////////////////////////////////////// static int is_disk(char *dev) { - char syspath[32]; + char syspath[64]; char *slash; while ((slash = strchr(dev, '/')))