untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ4XKs9hiELd5Eg2hRuepMQFJrxI+lLvu6pDD5yYq3YIvfJ0bAjrCIK5ZBC8e++zT874bqW+nYfUP7DmLlFWbDgQ=
OpenBSD 6.0 errata 036, August 3, 2017:
An uninitialized variable in sys_fcntl() may result in an info leak.
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