Skip to content
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

Fix unicorn #2991

Merged
merged 3 commits into from
Feb 17, 2025
Merged

Fix unicorn #2991

merged 3 commits into from
Feb 17, 2025

Conversation

henri2h
Copy link
Contributor

@henri2h henri2h commented Feb 17, 2025

Some fixes for the unicorn emulation example
fix #2983 (comment)

@@ -461,7 +461,7 @@ where
if self.stdout_file.is_some() || self.stderr_file.is_some() {
stdout = Stdio::inherit();
stderr = Stdio::inherit();
};
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy was not happy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change, should I keep it nevertheless?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep what?

@domenukk domenukk merged commit 9a2a42c into AFLplusplus:main Feb 17, 2025
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants