[libvirt] [PATCH 4/8] util: conf: Claim the proper range for signed numbers

Daniel P. Berrange berrange at redhat.com
Mon Jul 18 08:17:44 UTC 2016


On Fri, Jul 15, 2016 at 07:46:26PM +0200, Andrea Bolognani wrote:
> virConfGetValueLLong() errors out if the value is too big to
> fit into a long long integer, but claims the supported range
> to be (0,LLONG_MAX) instead of (LLONG_MIN,LLONG_MAX).
> ---
>  src/util/virconf.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list