From 0a78e248b7b6537ccdf66dc8806d76e0a97efe21 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 1 Apr 2018 13:43:18 +0200 Subject: dashboard/app: support undup command Fixes #520 --- docs/syzbot.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index a8bec2ea3..759e358a8 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -49,6 +49,10 @@ After sending an email you should get a reply email with results within an hour. ``` #syz dup: exact-subject-of-another-report ``` +- to undo a previous dup command and turn it into an independent bug again: +``` +#syz undup +``` - to mark the bug as a one-off invalid report (e.g. induced by a previous memory corruption): ``` #syz invalid -- cgit mrf-deployment