mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-01 12:47:07 +02:00
fix: CVE-2018-3620: false 'VULN' status on kernels reporting CPU as unaffected and RDCL_NO can't be parsed
This commit is contained in:
@@ -14,6 +14,7 @@ check_CVE_2018_3620_linux() {
|
|||||||
# this kernel has the /sys interface, trust it over everything
|
# this kernel has the /sys interface, trust it over everything
|
||||||
sys_interface_available=1
|
sys_interface_available=1
|
||||||
status=$ret_sys_interface_check_status
|
status=$ret_sys_interface_check_status
|
||||||
|
msg=$ret_sys_interface_check_fullmsg
|
||||||
fi
|
fi
|
||||||
if [ "$opt_sysfs_only" != 1 ]; then
|
if [ "$opt_sysfs_only" != 1 ]; then
|
||||||
pr_info_nol "* Kernel supports PTE inversion: "
|
pr_info_nol "* Kernel supports PTE inversion: "
|
||||||
|
|||||||
Reference in New Issue
Block a user