aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/app/mail_bug.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt
index 8661658df..23f14385f 100644
--- a/dashboard/app/mail_bug.txt
+++ b/dashboard/app/mail_bug.txt
@@ -9,11 +9,11 @@ git tree: {{.KernelRepo}}
{{if .LogLink}}console output: {{.LogLink}}
{{end}}{{if .KernelConfigLink}}kernel config: {{.KernelConfigLink}}
{{end}}dashboard link: {{.Link}}
-compiler: {{.CompilerID}}
-{{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
+{{if .CompilerID}}compiler: {{.CompilerID}}
+{{end}}{{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
{{end}}{{if .ReproSyzLink}}syz repro: {{.ReproSyzLink}}
{{end}}{{if .ReproCLink}}C reproducer: {{.ReproCLink}}
-{{end}}{{if .Moderation}}CC: {{.Maintainers}}
+{{end}}{{if and .Moderation .Maintainers}}CC: {{.Maintainers}}
{{end}}{{if and (not .ReproCLink) (not .ReproSyzLink)}}
Unfortunately, I don't have any reproducer for this crash yet.
{{end}}