diff --git a/src/modules/sysinfo/thermal/thermal_fallback.c b/src/modules/sysinfo/thermal/thermal_fallback.c index 56fee6e11..3ed6a89db 100644 --- a/src/modules/sysinfo/thermal/thermal_fallback.c +++ b/src/modules/sysinfo/thermal/thermal_fallback.c @@ -11,7 +11,7 @@ temperature_get_bus_files(const char *bus) { Eina_List *result; Eina_List *therms; - char path[PATH_MAX]; + char path[PATH_MAX + 3]; char busdir[PATH_MAX]; char *name;