Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | acl: Free memory allocated with g_malloc() with g_free() | Markus Armbruster | 1 | -2/+2 | |
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 | 1 | -0/+3 | |
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 | 1 | -0/+184 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |