mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-26 18:35:47 +00:00
I've noticed that the KVM hypervisor vendor ID string contained null terminators in the serialized JSON string in /proc/cpuinfo - let's avoid that, and err on the side of caution and strip them from all strings built from CPUID register values. They may not be fixed width after all.