[Qemu-devel] [PULL 0/2] Fix memory leaks when using object_property_get_str()

Eduardo Habkost posted 2 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180403140107.26125-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
exec.c            | 1 +
target/i386/sev.c | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] Fix memory leaks when using object_property_get_str()
Posted by Eduardo Habkost 5 years, 11 months ago
The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:

  Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 5d7bc72a4336f922ba42bab545529051c706ac4b:

  sev/i386: fix memory leak in sev_guest_init() (2018-04-02 23:05:26 -0300)

----------------------------------------------------------------
Fix memory leaks when using object_property_get_str()

----------------------------------------------------------------

Greg Kurz (2):
  exec: fix memory leak in find_max_supported_pagesize()
  sev/i386: fix memory leak in sev_guest_init()

 exec.c            | 1 +
 target/i386/sev.c | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/2] Fix memory leaks when using object_property_get_str()
Posted by Peter Maydell 5 years, 11 months ago
On 3 April 2018 at 15:01, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit f184de7553272223d6af731d7d623a7cebf710b5:
>
>   Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.12-critical-fixes' into staging (2018-03-31 09:42:33 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to 5d7bc72a4336f922ba42bab545529051c706ac4b:
>
>   sev/i386: fix memory leak in sev_guest_init() (2018-04-02 23:05:26 -0300)
>
> ----------------------------------------------------------------
> Fix memory leaks when using object_property_get_str()
>
> ----------------------------------------------------------------
>
> Greg Kurz (2):
>   exec: fix memory leak in find_max_supported_pagesize()
>   sev/i386: fix memory leak in sev_guest_init()
>
>  exec.c            | 1 +
>  target/i386/sev.c | 4 +++-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>

Applied, thanks.

-- PMM