parent
be3d1d588f
commit
7870a6e699
@ -271,7 +271,7 @@ where
|
||||
Ok(MutationResult::Skipped)
|
||||
} else {
|
||||
let byte = state.rand_mut().choose(input.bytes_mut());
|
||||
*byte = (-(*byte as i16)) as u8;
|
||||
*byte = (!(*byte)).wrapping_add(1);
|
||||
Ok(MutationResult::Mutated)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user