rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
364 stars 87 forks source link

fuzz: iterate over descriptor chain only once #230

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

Don't allow calling iter functions more than once, otherwise we end up hitting the timeout.

Requirements

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