commit | a904c91196a9c5dbd7b9abcd3d40b0824286fb1c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 21 16:18:35 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 26 12:27:05 2015 +0100 |
tree | f030234faba54dd872efc38f4d2671d142f661ef | |
parent | dd858343a73c5c47019c6ade282a91681e0d7105 [diff] |
exec: fix madvise of NULL pointer Coverity flags this as "dereference after null check". Not quite a dereference, since it will just EFAULT, but still nice to fix. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>