mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00

When parseCpuFrequencies returns an empty vector, getCpuFrequency would attempt to dereference an invalid iterator. Return early from getCpuFrequency when parseCpuFrequencies returns an empty vector. Resolves a segfault when waybar is run within a VM on apple silicon.