Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monitor: fix memory leak in monitor_fdset_dup_fd_find_remove
When remove dup_fd in monitor_fdset_dup_fd_find_remove function, we need to free mon_fdset_fd_dup. ASAN shows memory leak stack: Direct leak of 96 byte(s) in 3 object(s) allocated from: #0 0xfffd37b033b3 in __interceptor_calloc (/lib64/libasan.so.4+0xd33b3) kata-containers#1 0xfffd375c71cb in g_malloc0 (/lib64/libglib-2.0.so.0+0x571cb) kata-containers#2 0xaaae25bf1c17 in monitor_fdset_dup_fd_add /qemu/monitor/misc.c:1724 kata-containers#3 0xaaae265cfd8f in qemu_open /qemu/util/osdep.c:315 kata-containers#4 0xaaae264e2b2b in qmp_chardev_open_file_source /qemu/chardev/char-fd.c:122 kata-containers#5 0xaaae264e47cf in qmp_chardev_open_file /qemu/chardev/char-file.c:81 kata-containers#6 0xaaae264e118b in qemu_char_open /qemu/chardev/char.c:237 kata-containers#7 0xaaae264e118b in qemu_chardev_new /qemu/chardev/char.c:964 kata-containers#8 0xaaae264e1543 in qemu_chr_new_from_opts /qemu/chardev/char.c:680 kata-containers#9 0xaaae25e12e0f in chardev_init_func /qemu/vl.c:2083 kata-containers#10 0xaaae26603823 in qemu_opts_foreach /qemu/util/qemu-option.c:1170 qemu#11 0xaaae258c9787 in main /qemu/vl.c:4089 qemu#12 0xfffd35b80b9f in __libc_start_main (/lib64/libc.so.6+0x20b9f) qemu#13 0xaaae258d7b63 (/qemu/build/aarch64-softmmu/qemu-system-aarch64+0x8b7b63) Reported-by: Euler Robot <[email protected]> Signed-off-by: Chen Qun <[email protected]> Reviewed-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
- Loading branch information