mbox

[PULL,for-6.1,0/1] qemu-ga patch queue for hard-freeze/rc3

Message ID 20210810013922.215443-1-michael.roth@amd.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2021-08-09-tag

Message

Michael Roth Aug. 10, 2021, 1:39 a.m. UTC
Hi Peter,

This is a single fix for a potentially recurring memory leak in the guest
agent. If you don't think it is rc3 material I can save it for 6.2, but if
possible this would be good to have in.

The following changes since commit dee64246ded3aa7dbada68b96ce1c64e5bea327d:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-08-06 10:28:33 +0100)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2021-08-09-tag

for you to fetch changes up to 057489dd1586612b99b4b98d211bf7f0a9d6f0e4:

  qga: fix leak of base64 decoded data on command error (2021-08-09 20:18:43 -0500)

----------------------------------------------------------------
qemu-ga patch queue for hard-freeze

* fix memory leak in guest_exec

----------------------------------------------------------------
Daniel P. Berrangé (1):
      qga: fix leak of base64 decoded data on command error

 qga/commands.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Aug. 10, 2021, 12:59 p.m. UTC | #1
On Tue, 10 Aug 2021 at 02:43, Michael Roth <michael.roth@amd.com> wrote:
>
> Hi Peter,
>
> This is a single fix for a potentially recurring memory leak in the guest
> agent. If you don't think it is rc3 material I can save it for 6.2, but if
> possible this would be good to have in.
>
> The following changes since commit dee64246ded3aa7dbada68b96ce1c64e5bea327d:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-08-06 10:28:33 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2021-08-09-tag
>
> for you to fetch changes up to 057489dd1586612b99b4b98d211bf7f0a9d6f0e4:
>
>   qga: fix leak of base64 decoded data on command error (2021-08-09 20:18:43 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for hard-freeze
>
> * fix memory leak in guest_exec
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM