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.
![]() In the max78000_uart we create a FIFO in the instance_init function,
but we don't destroy it on deinit, so ASAN reports a leak in the
device-introspect-test:
#0 0x561cc92d5de3 in malloc (/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-asan/qemu-system-arm+0x21f1de3) (BuildId: 98fdf9fc85c3beaeca8eda0be8412f1e11b9c6ad)
#1 0x70cbf2afab09 in g_malloc (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x62b09) (BuildId: 1eb6131419edb83b2178b682829a6913cf682d75)
#2 0x561ccc4c884d in fifo8_create /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-asan/../../util/fifo8.c:27:18
#3 0x561cc9744ec9 in max78000_uart_init /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-asan/../../hw/char/max78000_uart.c:241:5
Add an instance_finalize method to destroy the FIFO.
Cc: qemu-stable@nongnu.org
Fixes:
|
6 days ago | |
---|---|---|
.. | ||
Kconfig | 2 months ago | |
avr_usart.c | 5 months ago | |
bcm2835_aux.c | 5 months ago | |
cadence_uart.c | 5 months ago | |
cmsdk-apb-uart.c | 5 months ago | |
debugcon.c | 5 months ago | |
digic-uart.c | 5 months ago | |
diva-gsp.c | 4 months ago | |
escc.c | 5 months ago | |
exynos4210_uart.c | 5 months ago | |
goldfish_tty.c | 5 months ago | |
grlib_apbuart.c | 5 months ago | |
ibex_uart.c | 5 months ago | |
imx_serial.c | 5 months ago | |
ipoctal232.c | 5 months ago | |
max78000_uart.c | 6 days ago | |
mcf_uart.c | 5 months ago | |
mchp_pfsoc_mmuart.c | 5 months ago | |
meson.build | 2 months ago | |
nrf51_uart.c | 5 months ago | |
omap_uart.c | 5 months ago | |
parallel-isa.c | 9 months ago | |
parallel.c | 5 months ago | |
pl011.c | 5 months ago | |
renesas_sci.c | 5 months ago | |
riscv_htif.c | 2 months ago | |
sclpconsole-lm.c | 3 months ago | |
sclpconsole.c | 5 months ago | |
serial-isa.c | 5 months ago | |
serial-mm.c | 5 months ago | |
serial-pci-multi.c | 6 days ago | |
serial-pci.c | 4 months ago | |
serial.c | 5 months ago | |
sh_serial.c | 3 months ago | |
shakti_uart.c | 5 months ago | |
sifive_uart.c | 2 months ago | |
spapr_vty.c | 5 months ago | |
stm32f2xx_usart.c | 5 months ago | |
stm32l4x5_usart.c | 5 months ago | |
terminal3270.c | 5 months ago | |
trace-events | 6 months ago | |
trace.h | 5 years ago | |
virtio-console.c | 5 months ago | |
virtio-serial-bus.c | 4 months ago | |
xen_console.c | 5 months ago | |
xilinx_uartlite.c | 5 months ago |