]> git.proxmox.com Git - mirror_qemu.git/commit
hw/xtensa/xtfpga:fix leak of fdevice tree blob
authorChen Qun <kuhn.chenqun@huawei.com>
Tue, 18 Feb 2020 09:11:54 +0000 (17:11 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 19 Feb 2020 09:33:38 +0000 (10:33 +0100)
commitd1cb67841ca213802ee789957188ec87e8b7996d
treef92ed0c23ee46037763934211746fb8d88e844d1
parent757ca9b81a5d96db5194456ea66dc00bcf618323
hw/xtensa/xtfpga:fix leak of fdevice tree blob

The device tree blob returned by load_device_tree is malloced.
We should free it after cpu_physical_memory_write().

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200218091154.21696-4-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/xtensa/xtfpga.c