plugins/cpu: Ignore invalid CPU info when reading /proc/cpuinfo
- plugins/cpu: Ignore invalid CPU info when reading /proc/cpuinfo
On some systems, /proc/cpuinfo contains non-core related data. When that happens, we would end up creating an invalid CpuInfo object that would later on crash ksystemstats. Instead, ignore said CpuInfo object properly so we don't crash.
Patch based on Jonathan L Hanmann's suggestion from the bug report.