mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 18:12:33 +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. |
||
|---|---|---|
| .. | ||
| ASM_wrapper.cpp | ||
| CPU.cpp | ||
| CPUID.cpp | ||
| CrashHandler.cpp | ||
| Interrupts.cpp | ||
| PageDirectory.cpp | ||
| Processor.cpp | ||
| ProcessorInfo.cpp | ||
| SafeMem.cpp | ||
| ScopedCritical.cpp | ||
| SmapDisabler.cpp | ||
| Spinlock.cpp | ||
| TrapFrame.cpp | ||