From aeb6ec69196736aadb8538796e2db8c80a499c98 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 28 Apr 2025 13:48:27 +0200 Subject: docs: mention that syz-verifier is broken Don't confuse the users by making it look like the tool works. Fixes #5950. --- docs/syz_verifier.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/syz_verifier.md b/docs/syz_verifier.md index 798965cef..2c51166b4 100644 --- a/docs/syz_verifier.md +++ b/docs/syz_verifier.md @@ -1,3 +1,6 @@ +**`syz-verifier` is currently broken and cannot be compiled/used, see +[the backlog issue](https://github.com/google/syzkaller/issues/5976).** + # syz-verifier Many bugs are easy to detect: they might cause assertions failures, crash our -- cgit mrf-deployment