mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-07 06:33:38 +01:00
fix: add missing l1tf CPU vulnerability display in hw section
This commit is contained in:
parent
794c5be1d2
commit
339ad31757
@ -2094,7 +2094,7 @@ check_cpu()
|
|||||||
check_cpu_vulnerabilities()
|
check_cpu_vulnerabilities()
|
||||||
{
|
{
|
||||||
_info "* CPU vulnerability to the speculative execution attack variants"
|
_info "* CPU vulnerability to the speculative execution attack variants"
|
||||||
for v in 1 2 3 3a 4; do
|
for v in 1 2 3 3a 4 l1tf; do
|
||||||
_info_nol " * Vulnerable to Variant $v: "
|
_info_nol " * Vulnerable to Variant $v: "
|
||||||
if is_cpu_vulnerable $v; then
|
if is_cpu_vulnerable $v; then
|
||||||
pstatus yellow YES
|
pstatus yellow YES
|
||||||
|
Loading…
Reference in New Issue
Block a user