Skip to content

Commit

Permalink
reference issues to list CPUs
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldin <[email protected]>
  • Loading branch information
paboldin committed Jan 8, 2018
1 parent 4214edb commit 800a599
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,16 @@ if test $vuln -eq 132; then
echo "and run again"
fi
if test $vuln -eq 1; then
echo "PLEASE POST THIS TO https://github.com/paboldin/meltdown-exploit/issues/19"
echo "VULNERABLE ON"
uname -rvi
head /proc/cpuinfo
exit 1
fi
if test $vuln -eq 0; then
echo "PLEASE POST THIS TO https://github.com/paboldin/meltdown-exploit/issues/22"
echo "NOT VULNERABLE ON"
uname -rvi
head /proc/cpuinfo
exit 0
fi

0 comments on commit 800a599

Please sign in to comment.