untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEjvNWv+W/GvT56GObu5bRXKfJ0ZRLp5Swxbv+XpFT7akIVsWcDf2Fot016oOpMSpu4f7hMxC0Vu7zLV3KI1vngM=
OpenBSD 6.1 errata 022, August 3, 2017:
An uninitialized variable in fcntl() may result in an info leak.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install