Re: [libvirt] [PATCH] util: Fix virUUIDGeneratePseudoRandomBytes

2011-10-29 Thread Ryota Ozaki
On Sat, Oct 29, 2011 at 12:06 AM, Eric Blake ebl...@redhat.com wrote: On 10/28/2011 05:06 AM, Ryota Ozaki wrote: It forgets to move a pointer to a buffer for UUID and as a result fills only the first byte of the buffer. ---  src/util/uuid.c |    2 +-  1 files changed, 1 insertions(+), 1

[libvirt] [PATCH] util: Fix virUUIDGeneratePseudoRandomBytes

2011-10-28 Thread Ryota Ozaki
It forgets to move a pointer to a buffer for UUID and as a result fills only the first byte of the buffer. --- src/util/uuid.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util/uuid.c b/src/util/uuid.c index 0df3ebc..823a2b9 100644 --- a/src/util/uuid.c +++

Re: [libvirt] [PATCH] util: Fix virUUIDGeneratePseudoRandomBytes

2011-10-28 Thread Eric Blake
On 10/28/2011 05:06 AM, Ryota Ozaki wrote: It forgets to move a pointer to a buffer for UUID and as a result fills only the first byte of the buffer. --- src/util/uuid.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) How embarrassing! That bug has been present since commit