untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ7o+A63mXBBV1+V3puGKZ3Z68XY9NHGgRnxKcN7ghQcxfRRpvyqg1SapN+0vWxkNJ1D+qGivFx3yp54JJpdRKwg=
OpenBSD 6.0 errata 037, August 3, 2017:
An integer overflow in wsdisplay_cfg_ioctl() may result in
an out-of-bounds read.
And then rebuild and install a new kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install