[libvirt] [PATCH] virstoragetest: Don't run the test on 32 bit arches

Eric Blake eblake at redhat.com
Wed Apr 30 12:52:37 UTC 2014


On 04/30/2014 06:33 AM, Eric Blake wrote:

> 
> Remember, the POSIX requirements are that strtol() accepts numbers in
> the range LONG_MIN to LONG_MAX, while strtoul() accepts numbers in the
> range LONG_MIN to ULONG_MAX (yes, strtoul has a larger range).

Correction: strtoul() is required to accept things in the range
-ULONG_MAX to ULONG_MAX (which is larger than the range LONG_MIN to
ULONG_MAX).

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140430/3b4bc675/attachment-0001.sig>


More information about the libvir-list mailing list