untrusted comment: signature from openbsd 6.2 base secret key
RWRVWzAMgtyg7lk3Sa8qwn7lZ91Fznk18v3jfrW7FsEdfzB1lGwH/+Fj6ldLQcq7rBEEEmNUOEx9DKjbCNrPWB905blMu0NilQw=
OpenBSD 6.2 errata 018, July 25, 2018:
A regular user could trigger a kernel panic by executing an invalid
ELF binary.
And then rebuild and install the kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install