{{/*
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}}
| {{$s.Name}} |
{{if $s.Link}}
{{$s.Value}}
{{else}}
{{$s.Value}}
{{end}}
|
{{end}}
{{if .Crashes}}
{{end}}
{{define "diff_crashes"}}
{{.Title}}:
| Description |
Base |
Patched |
{{range $bug := .List}}
| {{$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}}
{{end}}
{{if .PatchedOnly}}
{{template "diff_crashes" .PatchedOnly}}
{{end}}
{{if .AffectsBoth}}
{{template "diff_crashes" .AffectsBoth}}
{{end}}
{{if .InProgress}}
{{template "diff_crashes" .InProgress}}
{{end}}
Log: