Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-15 | acl: Free memory allocated with g_malloc() with g_free() | Markus Armbruster | |
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2013-01-15 | acl: Fix acl_remove not to mess up the ACL | Markus Armbruster | |
It leaks memory and fails to adjust qemu_acl member nentries. Future acl_add become confused: can misreport the position, and can silently fail to add. Cc: qemu-stable@nongnu.org Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |