On 06/19/2014 07:59 AM, Peter Krempa wrote: > Sometimes the length of the string list is known but the array isn't > NULL terminated. Add helper to free the array in such cases. > --- > src/libvirt_private.syms | 1 + > src/util/virstring.c | 20 ++++++++++++++++++++ > src/util/virstring.h | 1 + > 3 files changed, 22 insertions(+) I'm still not fully convinced we needed this (if you ALWAYS over-allocate the array large enough for a NULL terminator, including in VIR_APPEND_ELEMENT and friends), but it's easier to let it in than to force you to work around it. I would like to see coverage added in tests/virstringtest.c, though. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list