feat: Add fuzzing for libsodium allocator

This commit is contained in:
Morgan Hill
2023-12-02 10:43:48 +01:00
committed by Karolin Varner
parent 1eefb5f263
commit 3a0ebd2cbc
4 changed files with 39 additions and 0 deletions

View File

@@ -146,3 +146,5 @@ jobs:
cargo fuzz run fuzz_handle_msg -- -max_total_time=5
ulimit -s 8192000 && RUST_MIN_STACK=33554432000 && cargo fuzz run fuzz_kyber_encaps -- -max_total_time=5
cargo fuzz run fuzz_mceliece_encaps -- -max_total_time=5
cargo fuzz run fuzz_box_sodium_alloc -- -max_total_time=5
cargo fuzz run fuzz_vec_sodium_alloc -- -max_total_time=5