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

bolts linux arm64 clippy fix build. #1496

Merged

Conversation

devnexen
Copy link
Contributor

@devnexen devnexen commented Sep 1, 2023

No description provided.

@@ -56,11 +56,11 @@ pub fn dump_registers<W: Write>(
writer: &mut BufWriter<W>,
ucontext: &ucontext_t,
) -> Result<(), std::io::Error> {
for reg in 0..31 {
for reg in 0..31usize {
Copy link
Member

Choose a reason for hiding this comment

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

31_usize would be more clear (or even 0..=30_usize?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure

@devnexen devnexen force-pushed the minibsod_linux_aarm64_clippy_fix branch from e7463d1 to 26e76df Compare September 1, 2023 15:05
@domenukk
Copy link
Member

domenukk commented Sep 1, 2023

This has.. issues:
rust-lang/cargo#8944

@domenukk
Copy link
Member

domenukk commented Sep 1, 2023

Sorry the last comment ended up in the wrong PR, I intended to comment on #1495

@domenukk domenukk merged commit 7e5a1db into AFLplusplus:main Sep 1, 2023
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