fix tutorial fuzzer (#323)

This commit is contained in:
julihoh 2021-10-10 16:13:01 +02:00 committed by GitHub
parent 939784d512
commit 7231a66104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ pub struct PacketData {
pub offset: u64,
pub length: u64,
#[lain(min = 0, max = 10)]
#[lain(max = 10)]
pub data: Vec<u8>,
}