[libvirt] [libvirt-java] [PATCH 13/65] Make Device.listCapabilities return only valid array elements

Claudio Bley cbley at av-test.de
Wed Mar 26 13:33:13 UTC 2014


At Fri, 21 Feb 2014 10:41:35 +0000,
Daniel P. Berrange wrote:
> 
> On Thu, Feb 13, 2014 at 04:22:21PM +0100, Claudio Bley wrote:
> > The libvirt function virNodeDeviceListCaps might return fewer elements
> > than requested.  Take this into account and properly decode the UTF-8
> > strings returned.
> > 
> > Additionally, the given strings are freed before returning the resulting
> > string array.
> > 
> > Signed-off-by: Claudio Bley <cbley at av-test.de>
> > ---
> >  src/main/java/org/libvirt/Device.java      |   10 +++++++---
> >  src/main/java/org/libvirt/jna/Libvirt.java |    2 +-
> >  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> ACK

Thanks, pushed.




More information about the libvir-list mailing list