mmap-alloc: fix error handling
commit9d4ec9370a36f8a564e1ba05519328c0bd60da13
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 25 Oct 2015 15:07:45 +0000 (25 17:07 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 29 Oct 2015 09:05:24 +0000 (29 11:05 +0200)
tree0f306574ea8fb2d77fecf35f4f862e03dfdd5a0a
parent4828b10bda6a74a22a7695303e0648157d0e3ea4
mmap-alloc: fix error handling

Existing callers are checking for MAP_FAILED,
so we should return that on error.

Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
util/mmap-alloc.c