mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-23 09:03:19 +02:00
8 lines
214 B
Bash
8 lines
214 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###############################
|
|
# CVE-2018-12130, MFBDS, ZombieLoad, Microarchitectural Fill Buffer Data Sampling
|
|
|
|
check_CVE_2018_12130() {
|
|
check_cve 'CVE-2018-12130' check_mds
|
|
}
|