From 736edae2ad243f6eb3e7b01ca9b6266745cdeb24 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 11 Jan 2026 23:01:30 -1030 Subject: add fuzzer for azalea-protocol and fix a few panics --- azalea-protocol/fuzz/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 azalea-protocol/fuzz/README.md (limited to 'azalea-protocol/fuzz/README.md') diff --git a/azalea-protocol/fuzz/README.md b/azalea-protocol/fuzz/README.md new file mode 100644 index 00000000..42ae188c --- /dev/null +++ b/azalea-protocol/fuzz/README.md @@ -0,0 +1,10 @@ +Fuzzing for `azalea-protocol`. + +## Usage + +```sh +cargo fuzz run clientbound_game # {clientbound,serverbound}_{config,game,handshake,login,status} +# optionally, add `-s none` for a speedup at the cost of catching less memory safety issues +# see https://appsec.guide/docs/fuzzing/rust/cargo-fuzz/#addresssanitizer +``` + -- cgit v1.2.3