From c69659e3523cba959b06e05d4a5e44e52c31ddd2 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sat, 9 Feb 2019 17:23:53 +0100 Subject: openbsd: remove shorten report logic (#986) A line length of 79 in the ddb output does not necessarily imply that the following line is a continuation of the current line. Since there's no way to distinguish between ordinary and continuation lines, it could end up corrupting the report by joining two lines that are disjoint[1]. Instead, disable line wrapping in ddb. If we want some kind of wrapping in the future it's easier done by pkg/report. [1] https://syzkaller.appspot.com/bug?extid=03f7377a9848d7d008c9 --- tools/create-openbsd-vmm-worker.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index a67539104..579f9a7e6 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -43,6 +43,7 @@ EOF cat >etc/sysctl.conf <