mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Submit a descriptor whose buffer ends exactly at the last byte of guest RAM and verify CheckedDescriptorIter accepts it. Guards against an off by one in the range check that would reject an otherwise valid descriptor at the memory boundary. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>