chore: Harden RVM implementation (#537)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2026-01-14 06:07:31 +05:30
committed by GitHub
parent d626f75421
commit 740db8a0f5
16 changed files with 1685 additions and 1040 deletions
+3
View File
@@ -702,6 +702,7 @@ mod tests {
VmError::HostAwaitResponseMissing {
dest,
identifier: identifier.clone(),
pc: 0,
}
)
})?;
@@ -712,6 +713,7 @@ mod tests {
VmError::HostAwaitResponseMissing {
dest,
identifier: identifier.clone(),
pc: 0,
}
)
})?;
@@ -722,6 +724,7 @@ mod tests {
VmError::HostAwaitResponseMissing {
dest,
identifier: identifier.clone(),
pc: 0,
}
)
})?;