mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-14 16:38:40 +00:00
pkg/vcs: also recognize Tested-by: git commit tags
For context see: https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ
This commit is contained in:
parent
1828ebc0fa
commit
9aca6b5240
@ -21,8 +21,9 @@ crashes create a new bug).
|
||||
## Communication with syzbot
|
||||
|
||||
If you fix a bug reported by `syzbot`, please add the provided `Reported-by`
|
||||
tag to the commit. You can also communicate with `syzbot` by replying to its
|
||||
emails. The commands are:
|
||||
tag to the commit (`Reported-and-tested-by` and `Tested-by` tags with the
|
||||
`syzbot+HASH` address are recognized as well). You can also communicate with
|
||||
`syzbot` by replying to its emails. The commands are:
|
||||
|
||||
- to attach a fixing commit to the bug (if you forgot to add `Reported-by` tag):
|
||||
```
|
||||
|
@ -138,6 +138,7 @@ var extractFixTagsOutput = []FixCommit{
|
||||
{"8e4090902540da8c6e8f", "executor: remove dead code"},
|
||||
{"a640a0fc325c29c3efcb", "executor: remove dead code"},
|
||||
{"8e4090902540da8c6e8fa640a0fc325c29c3efcb", "pkg/csource: fix string escaping bug"},
|
||||
{"4234987263748623784623758235", "pkg/csource: fix string escaping bug"},
|
||||
{"6dd701dc797b23b8c761", "When freeing a lockf struct that already is part of a linked list, make sure to"},
|
||||
}
|
||||
|
||||
@ -166,6 +167,7 @@ Date: Fri Dec 22 11:59:09 2017 +0100
|
||||
pkg/csource: fix string escaping bug
|
||||
|
||||
Reported-and-tested-by: syzbot+8e4090902540da8c6e8fa640a0fc325c29c3efcb@my.mail.com
|
||||
Tested-by: syzbot+4234987263748623784623758235@my.mail.com
|
||||
|
||||
commit 47546510aa98d3fbff3291a5dc3cefe712e70394
|
||||
Author: anton <openbsd@openbsd.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user