qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] fix some error memleaks
@ 2020-08-31 13:43 Pan Nengyuan
  2020-08-31 13:43 ` [PATCH v2 01/10] qga/channel-posix: Plug memory leak in ga_channel_write_all() Pan Nengyuan
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Pan Nengyuan @ 2020-08-31 13:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: kuhn.chenqun, Pan Nengyuan, zhang.zhanghailiang, euler.robot

This series fix some Error/GError memleaks.

V2: 
  1. remove two patches.(One has aleardy applied. The other has fixed.)
  2. change patch 5/10 and 7/10.

Pan Nengyuan (10):
  qga/channel-posix: Plug memory leak in ga_channel_write_all()
  elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
  elf2dmp/pdb: Plug memleak in pdb_init_from_file
  target/i386/sev: Plug memleak in sev_read_file_base64
  ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()
  target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_features
  migration/colo: Plug memleaks in colo_process_incoming_thread
  blockdev: Fix a memleak in drive_backup_prepare()
  block/file-posix: fix a possible undefined behavior
  vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string

 block/file-posix.c         |  2 +-
 blockdev.c                 |  1 +
 contrib/elf2dmp/pdb.c      |  1 +
 contrib/elf2dmp/qemu_elf.c |  1 +
 migration/colo.c           |  5 ++++-
 qga/channel-posix.c        |  6 +++++-
 target/i386/cpu.c          |  1 +
 target/i386/sev.c          |  1 +
 ui/gtk-gl-area.c           | 11 +++++++++++
 ui/vnc-auth-sasl.c         |  1 +
 10 files changed, 27 insertions(+), 3 deletions(-)

-- 
2.18.2



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-10-10 11:06 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 13:43 [PATCH v2 00/10] fix some error memleaks Pan Nengyuan
2020-08-31 13:43 ` [PATCH v2 01/10] qga/channel-posix: Plug memory leak in ga_channel_write_all() Pan Nengyuan
2020-08-31 13:43 ` [PATCH v2 02/10] elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init Pan Nengyuan
2020-08-31 13:43 ` [PATCH v2 03/10] elf2dmp/pdb: Plug memleak in pdb_init_from_file Pan Nengyuan
2020-08-31 13:43 ` [PATCH v2 04/10] target/i386/sev: Plug memleak in sev_read_file_base64 Pan Nengyuan
2020-09-02 11:30   ` Eduardo Habkost
2020-08-31 13:43 ` [PATCH v2 05/10] ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context() Pan Nengyuan
2020-08-31  8:38   ` Gerd Hoffmann
2020-08-31 13:43 ` [PATCH v2 06/10] target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_features Pan Nengyuan
2020-09-01 12:03   ` Markus Armbruster
2020-09-02  0:55     ` Pan Nengyuan
2020-09-02 11:29   ` Eduardo Habkost
2020-08-31 13:43 ` [PATCH v2 07/10] migration/colo: Plug memleaks in colo_process_incoming_thread Pan Nengyuan
2020-09-01 11:14   ` Li Qiang
2020-08-31 13:43 ` [PATCH v2 08/10] blockdev: Fix a memleak in drive_backup_prepare() Pan Nengyuan
2020-08-31 13:43 ` [PATCH v2 09/10] block/file-posix: fix a possible undefined behavior Pan Nengyuan
2020-09-01 11:15   ` Li Qiang
2020-08-31 13:43 ` [PATCH v2 10/10] vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string Pan Nengyuan
2020-08-31  8:38   ` Gerd Hoffmann
2020-09-17 12:49 ` [PATCH v2 00/10] fix some error memleaks Pan Nengyuan
2020-09-21  2:12   ` Pan Nengyuan
2020-10-10 11:05     ` Pan Nengyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).