speed47 / spectre-meltdown-checker

Reptar, Downfall, Zenbleed, ZombieLoad, RIDL, Fallout, Foreshadow, Spectre, Meltdown vulnerability/mitigation checker for Linux & BSD
3.85k stars 476 forks source link

fix: has_vmm false positive with pcp #405

Closed speed47 closed 3 years ago

speed47 commented 3 years ago

Fix by matching the full procname with pgrep (-x), so that the 'pmdakvm' process doesn't match.

Closes #394