Update spectre-meltdown-checker.sh

This commit is contained in:
Rob Gill 2018-05-22 20:46:49 +10:00 committed by GitHub
parent e04c6b9850
commit 7451022f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1813,7 +1813,7 @@ check_cpu_vulnerabilities()
{ {
_info "* CPU vulnerability to the speculative execution attack variants" _info "* CPU vulnerability to the speculative execution attack variants"
if [ "$dd_support" != "0" ]; then if [ "$dd_support" != "0" ]; then
pstatus yellow UNKNOWN "* Unable to determine Hardware support (CPU microcode) mitigation techniques" pstatus yellow UNKNOWN "* Unable to determine CPU vulnerability to the speculative execution attack variants"
return return
fi fi