shirou / gopsutil

psutil for golang
Other
10.28k stars 1.56k forks source link

Issue 1661 - Return error on parsing failure to prevent panic #1662

Closed aidangill-projects closed 1 month ago

aidangill-projects commented 1 month ago

Related to issue 1661, while I haven't found why this is failing, I've added error checking before attempting to parse hours:minutes so an error is returned instead of a software panic, as seen.

aidangill-projects commented 1 month ago

To cancel, better fix to come