rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
364 stars 87 forks source link

Fix pop after reset #225

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

This PR adds a (partial) fix for a fuzzing finding. The finding is low (generates a timeout when running with a timeout of 60 seconds), and somewhat similar to https://github.com/rust-vmm/vm-virtio/pull/196.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

andreeaflorescu commented 1 year ago

@rbradford I had to do a push force to fix a test. Can you take another look?