[Libvir] [PATCH] Readd buffer errors & some cleanups

Daniel Veillard veillard at redhat.com
Wed Jul 4 08:38:57 UTC 2007


On Tue, Jul 03, 2007 at 11:47:20AM +0100, Richard W.M. Jones wrote:
> This readds some error checking of the returns from virBuffer* 
> functions, removes need for is_blank (a _GNU_SOURCE extension), and a 
> couple of other very minor cleanups.

  Looks fine to me, I just wonder about:

-    while (p && *p && isblank((unsigned char) *p))
+    while (p && *p && (*p == ' ' || *p == '\t'))

I don't think we have support for multiline commands so this should
be fine, but '\n' and '\r' could be tested too.

  in any case +1

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard at redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/




More information about the libvir-list mailing list