diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-12 11:58:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-12 11:59:13 +0100 |
| commit | 9d0132a2fb379f6464ea0c08c98e77d361eb564d (patch) | |
| tree | 3f13f6db2a231d84a01286f36a524a7f67da1de0 /pkg/report/testdata/linux/guilty/18 | |
| parent | 1556ebc4cc58b700a076d20ea645dae8c081f1bb (diff) | |
pkg/report: move guilty file test data to testdir/
linux_test.go is total mess and very hard to work with.
Turns out we had 2 tests that do exactly the same
(verify Report), but nobody ever noticed.
Move all test data to testdir/. One file per crash.
Diffstat (limited to 'pkg/report/testdata/linux/guilty/18')
| -rw-r--r-- | pkg/report/testdata/linux/guilty/18 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/guilty/18 b/pkg/report/testdata/linux/guilty/18 new file mode 100644 index 000000000..8e57c8dfe --- /dev/null +++ b/pkg/report/testdata/linux/guilty/18 @@ -0,0 +1,29 @@ +FILE: crypto/blkcipher.c + +BUG: unable to handle kernel NULL pointer dereference at 0000000000000074 +IP: virt_to_cache mm/slab.c:400 [inline] +IP: kfree+0xb2/0x250 mm/slab.c:3802 +PGD 1c18ff067 P4D 1c18ff067 PUD 1c3556067 PMD 0 +Oops: 0000 [#1] SMP KASAN +Dumping ftrace buffer: + (ftrace buffer empty) +Modules linked in: +CPU: 1 PID: 24672 Comm: syz-executor7 Not tainted 4.14.0+ #129 +Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS +Google 01/01/2011 +task: ffff8801c904c540 task.stack: ffff8801a4320000 +RIP: 0010:virt_to_cache mm/slab.c:400 [inline] +RIP: 0010:kfree+0xb2/0x250 mm/slab.c:3802 +RSP: 0018:ffff8801a4327750 EFLAGS: 00010046 +RAX: 0000000000000000 RBX: ffff8801a4327918 RCX: ffffffffffffffff +RDX: ffffea000690c9c0 RSI: 0000000000000000 RDI: ffff8801a4327918 +RBP: ffff8801a4327770 R08: ffffed003a6e6874 R09: 0000000000000000 +R10: 0000000000000001 R11: ffffed003a6e6873 R12: 0000000000000286 +R13: 0000000000000000 R14: ffff8801a4327918 R15: ffff8801a4327880 +FS: 00007f63f74de700(0000) GS:ffff8801db500000(0000) knlGS:0000000000000000 +CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 +CR2: 0000000000000074 CR3: 00000001c6f12000 CR4: 00000000001406e0 +DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 +DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 +Call Trace: + blkcipher_walk_done+0x72b/0xde0 crypto/blkcipher.c:139 |
