Site icon EfmSoft

What does NTSTATUS 0xC0370013 (STATUS_VID_PAGE_RANGE_OVERFLOW) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_PAGE_RANGE_OVERFLOWHRESULTWindows
Previous Next
STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE

STATUS_VID_PAGE_RANGE_OVERFLOW

The requested VID page range exceeds the memory block

STATUS_VID_PAGE_RANGE_OVERFLOW is an address arithmetic or bounds failure in the host memory-block layer. The requested page range extends past the memory-block limit.

The requested page interval extends beyond the VID memory block, making this a bounds or address-arithmetic failure. Record the base page and page count before conversion to bytes or GPA values, and check for off-by-one calculations or integer overflow in the range-construction path.

This can come from a bad base page, page count, size-to-page conversion, or integer overflow when a higher layer builds a GPA operation.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version