All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8
@ 2016-11-11 13:01 Fam Zheng
  2016-11-11 13:01 ` [Qemu-devel] [PULL 1/1] test-uuid: fix leak Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fam Zheng @ 2016-11-11 13:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

The following changes since commit 6bbcb76301a72dc80c8d29af13d40bb9a759c9c6:

  MAINTAINERS: Remove obsolete stable branches (2016-11-10 15:29:59 +0000)

are available in the git repository at:

  git@github.com:famz/qemu tags/for-upstream

for you to fetch changes up to d9c05e507f7a6647cd7b106c8784f1f15a0e4f5c:

  test-uuid: fix leak (2016-11-11 20:53:23 +0800)

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

This is the memory leak fix for uuid test.

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

Marc-André Lureau (1):
  test-uuid: fix leak

 tests/test-uuid.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4

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

* [Qemu-devel] [PULL 1/1] test-uuid: fix leak
  2016-11-11 13:01 [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
@ 2016-11-11 13:01 ` Fam Zheng
  2016-11-11 13:18 ` [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
  2016-11-14 15:38 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2016-11-11 13:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

From: Marc-André Lureau <marcandre.lureau@redhat.com>

ASAN spotted:
SUMMARY: AddressSanitizer: 74 byte(s) leaked in 2 allocation(s).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161109110210.25925-1-marcandre.lureau@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 tests/test-uuid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-uuid.c b/tests/test-uuid.c
index 77dcdc4..d3a2791 100644
--- a/tests/test-uuid.c
+++ b/tests/test-uuid.c
@@ -161,6 +161,7 @@ static void test_uuid_unparse_strdup(void)
         }
         out = qemu_uuid_unparse_strdup(&uuid_test_data[i].uuid);
         g_assert_cmpstr(uuid_test_data[i].uuidstr, ==, out);
+        g_free(out);
     }
 }
 
-- 
2.7.4

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

* Re: [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8
  2016-11-11 13:01 [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
  2016-11-11 13:01 ` [Qemu-devel] [PULL 1/1] test-uuid: fix leak Fam Zheng
@ 2016-11-11 13:18 ` Fam Zheng
  2016-11-14 15:38 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2016-11-11 13:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

On Fri, 11/11 21:01, Fam Zheng wrote:
> The following changes since commit 6bbcb76301a72dc80c8d29af13d40bb9a759c9c6:
> 
>   MAINTAINERS: Remove obsolete stable branches (2016-11-10 15:29:59 +0000)
> 
> are available in the git repository at:
> 
>   git@github.com:famz/qemu tags/for-upstream

Now that I've updated my remote config:

    git://github.com/famz/qemu.git tags/for-upstream

Fam

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

* Re: [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8
  2016-11-11 13:01 [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
  2016-11-11 13:01 ` [Qemu-devel] [PULL 1/1] test-uuid: fix leak Fam Zheng
  2016-11-11 13:18 ` [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
@ 2016-11-14 15:38 ` Stefan Hajnoczi
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2016-11-14 15:38 UTC (permalink / raw)
  To: Fam Zheng; +Cc: qemu-devel, stefanha

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]

On Fri, Nov 11, 2016 at 09:01:41PM +0800, Fam Zheng wrote:
> The following changes since commit 6bbcb76301a72dc80c8d29af13d40bb9a759c9c6:
> 
>   MAINTAINERS: Remove obsolete stable branches (2016-11-10 15:29:59 +0000)
> 
> are available in the git repository at:
> 
>   git@github.com:famz/qemu tags/for-upstream
> 
> for you to fetch changes up to d9c05e507f7a6647cd7b106c8784f1f15a0e4f5c:
> 
>   test-uuid: fix leak (2016-11-11 20:53:23 +0800)
> 
> ----------------------------------------------------------------
> 
> This is the memory leak fix for uuid test.
> 
> ----------------------------------------------------------------
> 
> Marc-André Lureau (1):
>   test-uuid: fix leak
> 
>  tests/test-uuid.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> -- 
> 2.7.4
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2016-11-14 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 13:01 [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
2016-11-11 13:01 ` [Qemu-devel] [PULL 1/1] test-uuid: fix leak Fam Zheng
2016-11-11 13:18 ` [Qemu-devel] [PULL 0/1] UUID test fix patch for 2.8 Fam Zheng
2016-11-14 15:38 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.