aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/gvisor.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-07-16 17:03:14 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-16 17:03:14 +0200
commitbad4246bf2c72fa97640fbf3cf5c092b5173f581 (patch)
treec3836c7341f798e3f5e617e4955fafba92aad4a2 /pkg/report/gvisor.go
parentdf5ae5f537c164da6feb31c645aa607d0c017ba5 (diff)
pkg/report: improve akaros reporter and implement symbolization
Diffstat (limited to 'pkg/report/gvisor.go')
-rw-r--r--pkg/report/gvisor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index 05a731142..5f4e854c6 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -67,7 +67,7 @@ func (ctx *gvisor) Parse(output []byte) *Report {
rep.Title = replaceTable(gvisorTitleReplacement, title)
rep.Report = ctx.shortenReport(output[rep.StartPos:])
rep.Corrupted = corrupted != ""
- rep.corruptedReason = corrupted
+ rep.CorruptedReason = corrupted
return rep
}