]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: fix off-by-one error in memory_region_notify_one()
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 10 Oct 2017 09:42:47 +0000 (11:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Oct 2017 10:10:38 +0000 (12:10 +0200)
commitb021d1c04452276f4926eed2d104ccbd1037a6e1
tree083a4f29fff21c9a346a2ef82eac236bf8af1730
parent076a93d7972c9c1e3839d2f65edc32568a2cce93
memory: fix off-by-one error in memory_region_notify_one()

This patch fixes an off-by-one error that could lead to the
notifyee to receive notifications for ranges it is not
registered to.

The bug has been spotted by code review.

Fixes: bd2bfa4c52e5 ("memory: introduce memory_region_notify_one()")
Cc: qemu-stable@nongnu.org
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Message-Id: <20171010094247.10173-4-maxime.coquelin@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c