mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 05:37:11 +02:00
8 lines
215 B
Bash
8 lines
215 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###############################
|
|
# CVE-2019-11091, MDSUM, RIDL, Microarchitectural Data Sampling Uncacheable Memory
|
|
|
|
check_CVE_2019_11091() {
|
|
check_cve 'CVE-2019-11091' check_mds
|
|
}
|