[libvirt] [PATCH] Fix errno return in safezero()

Eric Blake eblake at redhat.com
Tue Jun 14 15:05:55 UTC 2011


On 06/14/2011 08:58 AM, Daniel P. Berrange wrote:
> Most of the safezero() implementations return -1 on error,
> setting errno. The safezero() impl using posix_fallocate()
> though returned a positive errno value on error (due to
> the unusual API contract of posix_fallocate() compared to
> most syscall APIs).
> 
> * src/util/util.c: Ensure safezero() returns -1 and sets
>   errno on error.
> * src/storage/storage_backend.c: Change safezero != 0 to
>   < 0 for detecting errors
> ---
>  src/storage/storage_backend.c |    4 ++--
>  src/util/util.c               |    6 +++++-
>  2 files changed, 7 insertions(+), 3 deletions(-)

ACK.  How'd you spot this?

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list