]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Fix virUUIDGeneratePseudoRandomBytes
authorRyota Ozaki <ozaki.ryota@gmail.com>
Fri, 28 Oct 2011 11:06:20 +0000 (20:06 +0900)
committerEric Blake <eblake@redhat.com>
Fri, 28 Oct 2011 14:54:34 +0000 (08:54 -0600)
commit884b98add51e8d9bb804e3c049f60d4659934535
tree406e5b417c0ae175201f56eac1da8d7b5c037435
parentd442599a807185f968d4dc1f14b96d296fa36104
util: Fix virUUIDGeneratePseudoRandomBytes

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