From 7451022f05d88480552504afc5574d341dda88d1 Mon Sep 17 00:00:00 2001 From: Rob Gill Date: Tue, 22 May 2018 20:46:49 +1000 Subject: [PATCH] Update spectre-meltdown-checker.sh --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index e499392..ad14501 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -1813,7 +1813,7 @@ check_cpu_vulnerabilities() { _info "* CPU vulnerability to the speculative execution attack variants" 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 fi