From 13faf88fdfe3c2b6f434942b793ebe5f59d32106 Mon Sep 17 00:00:00 2001 From: Siddharth M Date: Fri, 8 Mar 2019 12:25:08 +0530 Subject: pkg/report: fix the error corrupting reports * fix error with reports * add additional testdata --- pkg/report/testdata/netbsd/report/12 | 16 ++++++++++++++++ pkg/report/testdata/netbsd/report/6 | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 pkg/report/testdata/netbsd/report/12 (limited to 'pkg/report/testdata') diff --git a/pkg/report/testdata/netbsd/report/12 b/pkg/report/testdata/netbsd/report/12 new file mode 100644 index 000000000..4f70412d2 --- /dev/null +++ b/pkg/report/testdata/netbsd/report/12 @@ -0,0 +1,16 @@ +TITLE: ASan: Unauthorized Access in vioscsi_scsipi_request + +[ 862.8030257] ASan: Unauthorized Access In 0xffffffff816aebfd: Addr 0xffffb700132eb8d0 [4 bytes, read, RedZone] +[ 862.8231132] #0 0xffffffff816aebfd in vioscsi_scsipi_request +[ 862.8231132] #1 0xffffffff80288c6b in scsipi_adapter_request +[ 862.8371616] #2 0xffffffff80288e62 in scsipi_run_queue +[ 862.8438316] #3 0xffffffff80289b15 in scsipi_execute_xs +[ 862.8438316] #4 0xffffffff802a1816 in sd_diskstart +[ 862.8569884] #5 0xffffffff810b4266 in dk_start +[ 862.8632306] #6 0xffffffff810a97e0 in spec_strategy +[ 862.8632306] #7 0xffffffff810956bf in VOP_STRATEGY +[ 862.8759511] #8 0xffffffff810519bd in bwrite +[ 862.8759511] #9 0xffffffff80e6d506 in ffs_update +[ 862.8878322] #10 0xffffffff80ef272d in ufs_mkdir +[ 862.8941193] #11 0xffffffff810943a5 in VOP_MKDIR +[ 862.8941193] #12 0xffffffff8106e4f4 in do_sys_mkdirat.constprop.5 diff --git a/pkg/report/testdata/netbsd/report/6 b/pkg/report/testdata/netbsd/report/6 index f5d257bc2..8d187acb8 100644 --- a/pkg/report/testdata/netbsd/report/6 +++ b/pkg/report/testdata/netbsd/report/6 @@ -1,4 +1,4 @@ -TITLE: ASan: Unauthorized Access in pipe syscall +TITLE: ASan: Unauthorized Access in file_ctor [ 21.8948097] ASan: Unauthorized Access In 0xffffffff80e88b87: Addr 0xffffd58012f95ee8 [8 bytes, write, RedZonePartial] [ 21.9058826] #0 0xffffffff80e88b87 in file_ctor -- cgit mrf-deployment