Skip to content

Commit 552be9e

Browse files
committed
fix: add wildcard arm to fuzz_round_trip for non_exhaustive NetflowPacket
1 parent cbf3340 commit 552be9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fuzz/fuzz_targets/fuzz_round_trip.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fuzz_target!(|data: &[u8]| {
3030
Ok(bytes) => bytes,
3131
Err(_) => continue,
3232
},
33+
_ => continue,
3334
};
3435

3536
// Re-parse the serialized output and verify it produces a valid packet

0 commit comments

Comments
 (0)