mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-27 11:03:20 +02:00
9 lines
227 B
Bash
9 lines
227 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###################
|
|
# MDSUM SECTION
|
|
|
|
# CVE-2019-11091 MDSUM (microarchitectural data sampling uncacheable memory) - entry point
|
|
check_CVE_2019_11091() {
|
|
check_cve 'CVE-2019-11091' check_mds
|
|
}
|