We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950f2e commit c9a1a4cCopy full SHA for c9a1a4c
1 file changed
src/hyperlight_host/src/hypervisor/hyperlight_vm.rs
@@ -897,7 +897,7 @@ impl HyperlightVm {
897
let all_regions = self.get_mapped_regions();
898
match get_memory_access_violation(
899
addr as usize,
900
- MemoryRegionFlags::WRITE,
+ MemoryRegionFlags::READ,
901
all_regions,
902
) {
903
Some(MemoryAccess::AccessViolation(region_flags)) => {
0 commit comments