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.
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:
|
3 years ago | |
|---|---|---|
| .. | ||
| sysemu | 3 years ago | |
| user | 3 years ago | |
| bpt_helper.c | 4 years ago | |
| cc_helper.c | 3 years ago | |
| cc_helper_template.h | 5 years ago | |
| decode-new.c.inc | 3 years ago | |
| decode-new.h | 3 years ago | |
| emit.c.inc | 3 years ago | |
| excp_helper.c | 3 years ago | |
| fpu_helper.c | 3 years ago | |
| helper-tcg.h | 3 years ago | |
| int_helper.c | 4 years ago | |
| mem_helper.c | 4 years ago | |
| meson.build | 5 years ago | |
| misc_helper.c | 4 years ago | |
| mpx_helper.c | 5 years ago | |
| seg_helper.c | 3 years ago | |
| seg_helper.h | 5 years ago | |
| tcg-cpu.c | 3 years ago | |
| tcg-cpu.h | 4 years ago | |
| tcg-stub.c | 5 years ago | |
| translate.c | 3 years ago | |