{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Page with details about a single bug. */}} {{template "head" .Header}} {{.Bug.Title}} {{template "header" .Header}} [{{.Bug.Namespace}}] {{.Bug.Title}}
Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
Reported-by: {{.Bug.CreditEmail}}
{{if .Bug.Commits}} Commits: {{.Bug.Commits}}
{{if .Bug.ClosedTime.IsZero}} Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
{{end}} {{end}} First: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
{{template "bug_list" .DupOf}} {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} {{if .SampleReport}}
Sample crash report:

{{end}} {{range $c := $.Crashes}} {{end}}
All crashes ({{.Bug.NumCrashes}}):
Manager Time Kernel Commit Syzkaller Config Log Report Syz repro C repro Maintainers
{{$c.Manager}} {{formatTime $c.Time}} {{$c.KernelAlias}} {{$c.KernelCommit}} {{$c.SyzkallerCommit}} {{if $c.KernelConfigLink}}.config{{end}} {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} {{if $c.ReproSyzLink}}syz{{end}} {{if $c.ReproCLink}}C{{end}} {{$c.Maintainers}}