2011/4/14 Eric Blake <eblake(a)redhat.com>:
On 04/13/2011 04:07 PM, Eric Blake wrote:
> Phyp still had several memory leaks and in general some bad
> copy-and-paste design. This series consolidates some common
> patterns into simpler helpers, avoiding leaks in the process.
>
> Eric Blake (4):
> phyp: prefer memcpy over memmove when legal
> phyp: avoid memory leaks in return values
> phyp: avoid memory leaks in command values
> phyp: another simplification
>
> src/phyp/phyp_driver.c | 1128 +++++++-----------------------------------------
> 1 files changed, 163 insertions(+), 965 deletions(-)
Serves me right for thinking Matthias' cleanups had already been
applied. Now I get to rebase, with lots of conflicts :)
Sorry for that :(
I'm currently quite busy with my studies and can only spent some time
on weekends for libvirt development to get some distraction. This
results in longer delays between libvirt related things I do. Today, I
successfully took an exam and am relaxing with libvirt stuff right
now.
You probably want to post a rebased v2 before I review your phyp
patches, don't you?
Matthias