mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
When is_valid_range() returns false, the handler still computed offset = addr - config.addr which can underflow if addr is below the region base, then queried the bitmap at a meaningless index. Return (ERROR, 0) immediately so no arithmetic runs on invalid input. Signed-off-by: Rob Bradford <rbradford@meta.com> Assisted-by: Claude:claude-opus-4-6