Files
spectre-meltdown-checker/src/vulns/CVE-2019-11091.sh
2026-03-30 20:04:16 +02:00

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
}