mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-07 09:13:20 +02:00
8 lines
204 B
Bash
8 lines
204 B
Bash
# vim: set ts=4 sw=4 sts=4 et:
|
|
###############################
|
|
# CVE-2022-21166, DRPW, Device Register Partial Write, MMIO Stale Data
|
|
|
|
check_CVE_2022_21166() {
|
|
check_cve 'CVE-2022-21166' check_mmio
|
|
}
|