Skip to content

Commit

Permalink
Fix: error: reference to packed field is unaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarse committed Jun 20, 2023
1 parent 73163d5 commit 6f4c604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust_fuzzer/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ impl FuzzRunner for NyxProcess {
self.bitmap_buffer_size()
}

#[allow(unaligned_references)]
fn ijon_max_buffer(&self) -> &[u64]{
let feedback_buffer = ijon_buffer(self);
&feedback_buffer.ijon.max_data
Expand Down

0 comments on commit 6f4c604

Please sign in to comment.