mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 05:37:11 +02:00
8 lines
212 B
Bash
8 lines
212 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###############################
|
|
# CVE-2018-12126, MSBDS, Fallout, Microarchitectural Store Buffer Data Sampling
|
|
|
|
check_CVE_2018_12126() {
|
|
check_cve 'CVE-2018-12126' check_mds
|
|
}
|