-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QEMU Full System Example Fuzzers Are Broken #2785
Comments
Also: Consider adding them to the CI, so this doesn't happen again. |
yeah, this is a known issue. we put these examples for reference atm, but it requires a repository that is not public yet. |
Hi. As romain mentioned earlier, the current state of qemu_linux_process is intentional. It doesn't work without a private repo which is hidden right now but is planned to be publicized once we finish writing the paper. If you think it should be kept open feel free to reopen this issue 👍 |
Fair enough. I was just surprised it got closed out of the blue. There's a note in the README, which I previously missed, that's probably enough. Looking forward to reading what you've been up to :) |
qemu_linux_system
andqemu_linux_process
throw an error oncargo make build
.qemu_linux_system
, the import path to other repo parts are broken.Whoever fixes this: Consider replacing all
#[allow(…)]
calls with#[expect(…)]
like in #2784.The text was updated successfully, but these errors were encountered: