Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 72a841d2a403b56ff894fa007b172dc9bcb3dae8
      
https://github.com/qemu/qemu/commit/72a841d2a403b56ff894fa007b172dc9bcb3dae8
  Author: Greg Kurz <gr...@kaod.org>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: fix memory leak in find_max_supported_pagesize()

The string returned by object_property_get_str() is dynamically allocated.

Signed-off-by: Greg Kurz <gr...@kaod.org>
Message-Id: <152231458624.69730.1752893648612848392.st...@bahia.lan>
Reviewed-by: Cornelia Huck <coh...@redhat.com>
Reviewed-by: Thomas Huth <th...@redhat.com>
Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>


  Commit: 5d7bc72a4336f922ba42bab545529051c706ac4b
      
https://github.com/qemu/qemu/commit/5d7bc72a4336f922ba42bab545529051c706ac4b
  Author: Greg Kurz <gr...@kaod.org>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M target/i386/sev.c

  Log Message:
  -----------
  sev/i386: fix memory leak in sev_guest_init()

The string returned by object_property_get_str() is dynamically allocated.

Fixes: d8575c6c0242b
Signed-off-by: Greg Kurz <gr...@kaod.org>
Message-Id: <152231462116.69730.14119625999092384450.st...@bahia.lan>
Reviewed-by: Cornelia Huck <coh...@redhat.com>
Reviewed-by: Thomas Huth <th...@redhat.com>
Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>


  Commit: 094b62cd9cd9f137cf75b4931e41b8953fb4ccd9
      
https://github.com/qemu/qemu/commit/094b62cd9cd9f137cf75b4931e41b8953fb4ccd9
  Author: Peter Maydell <peter.mayd...@linaro.org>
  Date:   2018-04-04 (Wed, 04 Apr 2018)

  Changed paths:
    M exec.c
    M target/i386/sev.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' 
into staging

Fix memory leaks when using object_property_get_str()

# gpg: Signature made Tue 03 Apr 2018 15:00:10 BST
# gpg:                using RSA key 2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabk...@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/x86-next-pull-request:
  sev/i386: fix memory leak in sev_guest_init()
  exec: fix memory leak in find_max_supported_pagesize()

Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>


Compare: https://github.com/qemu/qemu/compare/71ad102baa59...094b62cd9cd9

Reply via email to