Skip to content

Commit 19d5a1e

Browse files
committed
Fix StackOverflow produced by guest logging
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
1 parent 2c69974 commit 19d5a1e

File tree

1 file changed

+0
-1
lines changed
  • src/hyperlight_guest/src/guest_handle

1 file changed

+0
-1
lines changed

src/hyperlight_guest/src/guest_handle/io.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ impl GuestHandle {
8989
}
9090

9191
/// Pushes the given data onto the shared output data buffer.
92-
#[instrument(skip_all, parent = Span::current(), level= "Trace")]
9392
pub fn push_shared_output_data(&self, data: &[u8]) -> Result<()> {
9493
let peb_ptr = self.peb().unwrap();
9594
let output_stack_size = unsafe { (*peb_ptr).output_stack.size as usize };

0 commit comments

Comments
 (0)