From 1446f9c99ff8bb37f39f392b712c6ec63033c21a Mon Sep 17 00:00:00 2001 From: Ilya Maykov Date: Tue, 1 Aug 2023 08:25:12 -0700 Subject: [PATCH] [docs] fix bullet point list at the end of fuzzing docs --- docs/fuzz_testing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/fuzz_testing.md b/docs/fuzz_testing.md index 158e183b..a2f186b6 100644 --- a/docs/fuzz_testing.md +++ b/docs/fuzz_testing.md @@ -121,6 +121,9 @@ If a crash is found, it's probably a good idea to fix it and save the bad input ## A note on logic changes when fuzz testing When you build the fuzz-test binary, there are a few logic changes from a production build: + - All logging output is disabled + - Invalid QR code signatures are ignored + - AES-GCM decryption failures are ignored