blob: 8b908f92d8fba98221c985a8acfdfe5d28bd30f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
name: Bug in syzkaller
about: Create a report about a specific problem in syzkaller.
title: '<EDIT ME> (try to follow "pkg/name: short description" format)'
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
If you just have a question, please use the `syzkaller@googlegroups.com` mailing list instead of this issue tracker.
The issue tracker is for specific detailed bugs. If you are not sure it's a bug, please start by asking on the users list.
**To Reproduce**
Steps to reproduce the behavior.
Please provide syzkaller revision, Go version (output of go version), relevant information about host and target systems,
`syz-manager` config if relevant. If `syz-manager` is not working overall, please provide output of `syz-manager` with -debug flag.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
|