forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8218c048be
In get_physical_address, the canonical address check failed to
set TranslateFault.stage2, which resulted in an uninitialized
read from the struct when reporting the fault in x86_cpu_tlb_fill.
Adjust all error paths to use structure assignment so that the
entire struct is always initialized.
Reported-by: Daniel Hoffman <dhoff749@gmail.com>
Fixes:
|
2 years ago | |
---|---|---|
.. | ||
bpt_helper.c | 3 years ago | |
excp_helper.c | 2 years ago | |
fpu_helper.c | 4 years ago | |
meson.build | 4 years ago | |
misc_helper.c | 2 years ago | |
seg_helper.c | 3 years ago | |
smm_helper.c | ||
svm_helper.c | 2 years ago | |
tcg-cpu.c |