Re: [libvirt] [PATCH v4 09/13] Adapt to VIR_STRDUP and VIR_STRNDUP in src/util/*

2013-05-24 Thread Michal Privoznik
On 23.05.2013 23:10, Eric Blake wrote: > On 05/20/2013 11:55 AM, Michal Privoznik wrote: >> --- >> 34 files changed, 357 insertions(+), 570 deletions(-) > > I've got my work cut out for me! > >> @@ -226,8 +228,11 @@ char *virBitmapFormat(virBitmapPtr bitmap) >> return NULL; >> >>

Re: [libvirt] [PATCH v4 09/13] Adapt to VIR_STRDUP and VIR_STRNDUP in src/util/*

2013-05-23 Thread Eric Blake
On 05/20/2013 11:55 AM, Michal Privoznik wrote: > --- > 34 files changed, 357 insertions(+), 570 deletions(-) I've got my work cut out for me! > @@ -226,8 +228,11 @@ char *virBitmapFormat(virBitmapPtr bitmap) > return NULL; > > cur = virBitmapNextSetBit(bitmap, -1); > -if (cu