On 25/04/2025 12:32 pm, Roger Pau Monne wrote: > There's an off-by-one when calculating the last byte in the input array to > bitmap_to_xenctl_bitmap(), which leads to bitmaps with sizes multiple of 8 > to over-read and incorrectly use a byte past the end of the array. > > Fixes: 288c4641c80d ('xen: simplify bitmap_to_xenctl_bitmap for little > endian') > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>