{{/* 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.Title}}
Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
Reported-by: {{.Bug.CreditEmail}}
{{if .Bug.Commits}} Fix commit: {{template "fix_commits" .Bug.Commits}}
{{if .Bug.ClosedTime.IsZero}} Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
{{end}} {{end}} First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
{{template "bisect_results" .BisectCause}} {{template "bisect_results" .BisectFix}} {{template "bug_list" .DupOf}} {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} {{template "job_list" .TestPatchJobs}} {{if .SampleReport}}
Sample crash report:

{{end}} {{if .FixBisections}} {{template "crash_list" .FixBisections}} {{end}} {{template "crash_list" .Crashes}}