aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-02-09 17:23:53 +0100
committerGreg Steuck <blackgnezdo@gmail.com>2019-02-09 08:23:53 -0800
commitc69659e3523cba959b06e05d4a5e44e52c31ddd2 (patch)
tree3dc24d643fbb2388bdf23cb7b4c3b60acfa4980e /tools
parentd75f7686f1970e09ce7bafc57f8099651099b3a9 (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-openbsd-vmm-worker.sh1
1 files changed, 1 insertions, 0 deletions
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 <<EOF
ddb.max_line=0
+ddb.max_width=0
hw.smt=1
EOF