{{/* 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. */}}
| {{$s.Name}} | {{if $s.Link}} {{$s.Value}} {{else}} {{$s.Value}} {{end}} |
| 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}} |
| 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}} |