Files
spectre-meltdown-checker/src/vulns/CVE-2018-12127.sh
2026-04-02 21:03:29 +02:00

8 lines
206 B
Bash

# vim: set ts=4 sw=4 sts=4 et:
###############################
# CVE-2018-12127, MLPDS, RIDL, Microarchitectural Load Port Data Sampling
check_CVE_2018_12127() {
check_cve 'CVE-2018-12127' check_mds
}