mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-01 12:47:07 +02:00
9 lines
218 B
Bash
9 lines
218 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###################
|
|
# MLPDS SECTION
|
|
|
|
# CVE-2018-12127 MLPDS (microarchitectural load port data sampling) - entry point
|
|
check_CVE_2018_12127() {
|
|
check_cve 'CVE-2018-12127' check_mds
|
|
}
|