Skip to content

Commit

Permalink
fix some typos (speed47#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored and speed47 committed Jan 13, 2018
1 parent dce917b commit 45b98e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectre-meltdown-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ __echo()
# strip ANSI color codes
_msg=$(/bin/echo -e "$_msg" | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g")
fi
# explicitely call /bin/echo to avoid shell builtins that might not take options
# explicitly call /bin/echo to avoid shell builtins that might not take options
/bin/echo $opt -e "$_msg"
}

Expand Down Expand Up @@ -609,7 +609,7 @@ check_variant1()
status=UNK
pstatus yellow UNKNOWN
else
# here we disassemble the kernel and count the number of occurences of the LFENCE opcode
# here we disassemble the kernel and count the number of occurrences of the LFENCE opcode
# in non-patched kernels, this has been empirically determined as being around 40-50
# in patched kernels, this is more around 70-80, sometimes way higher (100+)
# v0.13: 68 found in a 3.10.23-xxxx-std-ipv6-64 (with lots of modules compiled-in directly), which doesn't have the LFENCE patches,
Expand Down

0 comments on commit 45b98e1

Please sign in to comment.