mirror of https://gitlab.com/qemu-project/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.
ad58ba13d0
In cf_fpu_gdb_get_reg() and cf_fpu_gdb_set_reg() we use a temporary float_status variable to pass to floatx80_to_float64() and float64_to_floatx80(), but we don't initialize it, meaning that those functions could access uninitialized data. Zero-init the structs. (We don't need to set a NaN-propagation rule here because we don't use these with a 2-argument fpu operation.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241025141254.2141506-11-peter.maydell@linaro.org |
4 weeks ago | |
---|---|---|
.. | ||
Kconfig | 5 months ago | |
cpu-param.h | 3 months ago | |
cpu-qom.h | 1 year ago | |
cpu.c | 4 weeks ago | |
cpu.h | 7 months ago | |
fpu_helper.c | 4 weeks ago | |
gdbstub.c | 2 months ago | |
helper.c | 4 weeks ago | |
helper.h | 8 months ago | |
m68k-semi.c | 7 months ago | |
meson.build | 5 months ago | |
monitor.c | 4 years ago | |
op_helper.c | 7 months ago | |
qregs.h.inc | 2 years ago | |
semihosting-stub.c | 5 months ago | |
softfloat.c | 4 years ago | |
softfloat.h | 5 years ago | |
softfloat_fpsp_tables.h | 6 years ago | |
translate.c | 2 months ago |