Update spectre-meltdown-checker.sh

This commit is contained in:
Rob Gill 2018-06-12 08:13:48 +10:00 committed by GitHub
parent 9851133a25
commit 5976746072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ is_cpu_vulnerable()
variant4=vuln
else
_debug "checking cpu$i: unknown arm processor assumed vulnerable to variant4"
[ -z "$variant4" ] && variant4=vulnerable
[ -z "$variant4" ] && variant4=vuln
fi
fi
_debug "is_cpu_vulnerable: for cpu$i and so far, we have <$variant1> <$variant2> <$variant3> <$variant3a> <$variant4>"