{{/* Copyright 2024 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. */}} {{range $s := $.Stats}} {{end}}
{{$s.Name}} {{if $s.Link}} {{$s.Value}} {{else}} {{$s.Value}} {{end}}
{{if .Crashes}} {{range $c := $.Crashes}} {{end}}
Crashes:
Description Rank Count First Time Last Time Report Repro Attempts
{{$c.Title}} {{if $c.RankTooltip}} {{$c.Rank}}
{{$c.RankTooltip}}
{{else}} {{$c.Rank}} {{end}}
{{len $c.Crashes}} {{formatTime $c.FirstTime}} {{formatTime $c.LastTime}} {{if $c.Triaged}} {{$c.Triaged}} {{end}} {{if $c.StraceFile}} Strace {{end}} {{$c.ReproAttempts}}
{{end}} {{define "diff_crashes"}} {{range $bug := .List}} {{end}}
{{.Title}}:
Description Base Patched
{{$bug.Title}} {{if gt $bug.Base.Crashes 0}} {{$bug.Base.Crashes}} crashes {{else if $bug.Base.NotCrashed}} Not affected {{else}} ? {{end}} {{if $bug.Base.Report}} [report] {{end}} {{if gt $bug.Patched.Crashes 0}} {{$bug.Patched.Crashes}} crashes {{else}} ? {{end}} {{if $bug.Patched.Report}} [report] {{end}} {{if $bug.Patched.CrashLog}} [crash log] {{end}} {{if $bug.Patched.Repro}} [syz repro] {{end}} {{if $bug.Patched.ReproLog}} [repro log] {{end}} {{if $bug.Reproducing}}[reproducing]{{end}}
{{end}} {{if .PatchedOnly}} {{template "diff_crashes" .PatchedOnly}} {{end}} {{if .AffectsBoth}} {{template "diff_crashes" .AffectsBoth}} {{end}} {{if .InProgress}} {{template "diff_crashes" .InProgress}} {{end}} Log: